1.0.13 • Published 3 years ago

vfly-create v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vfly-create

English|中文


⚡Quickly create vue2.x+vite applications without build configuration - How to build with vfly-create

Quick Build

Quick builds with npm

npm install -g vfly-create

Go to the directory where you want to install, and execute vfly or create-vue2-app directly from the command line

vfly(create-vue2-app)

Enter the project name (default name vite@vue2-project)

? Project name: » my-project-name

That's it.

Done. Now run:

  cd my-project-name
  npm install (or `yarn`)
  npm run dev (or `yarn dev`)

Quick builds with yarn

yarn add -g vfly-create
vfly
? Project name: » my-project-name

Done. Now run:

  cd my-project-name
  npm install (or `yarn`)
  npm run dev (or `yarn dev`)

🐱 github 🎈 npm

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago