vue-cli-plugin-create-cli

0.0.8 • Public • Published

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

Package Sidebar

Install

npm i vue-cli-plugin-create-cli

Weekly Downloads

6

Version

0.0.8

License

ISC

Unpacked Size

164 kB

Total Files

187

Last publish

Collaborators

  • weekit