Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add a template for vue #2211

Merged
merged 8 commits into from
Oct 10, 2024
Merged

feat: add a template for vue #2211

merged 8 commits into from
Oct 10, 2024

Commits on Jul 12, 2024

  1. fix: preset-vue (#2143)

    * fix: repository field may be empty
    
    * fix: give unique filename for each demo
    
    * fix: limit the resolve rule to the demo
    
    * fix: vue jsx import isssue
    
    * fix: multi vue instance issue in mfsu mode
    
    * chore: remove comments
    
    * feat: support lastest vue
    
    * fix: vue live demo
    
    * feat: using import instead of require for demo context
    
    * fix: use singleton vue
    
    * refactor: avoid unnecessary chunk split
    jeffwcx authored and Jinbao1001 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    34e7c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    594b090 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix: illegal characters in the path under Windows

    `:` should not allowed to be contained in `api.key` cause it may be used in `api.writeTmpFile`
    
    #2188
    jeffwcx committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c1881a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d922cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6ad46a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. feat: improve vue tempalte

    jeffwcx committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    df60338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27842c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13860b9 View commit details
    Browse the repository at this point in the history