0.0.8 • Published 5 years ago

vue-cli-plugin-create-cli v0.0.8

Weekly downloads
42
License
ISC
Repository
github
Last release
5 years ago

A vuecli 3.x plugin to create custom template


Why use it

you can create custom template and it includes much utils in common usage


How it works

# new a blank workspace
  $ mkdir project
  $ cd project
  $ npm init --yes

# install (please make sure you had install @vue/cli)
  $ vue add create-cli

# if you installed, you can use it against by cmd:
  $ vue invoke create-cli

# after complete, you should install dependencies
  $ yarn install

template

  • mobile (javascript)
  • mobile (typescript)
  • pc (javascript)
  • pc (typescript)
  • multiplePages

eslint & prettier to lint your code

$ yarn format
0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3-beta.1

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.2-beta.1

5 years ago

0.0.1-beta.2

5 years ago

0.0.1-beta.1

5 years ago