1.0.13 • Published 2 years ago

vfly-create v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago