Skip to content

A wiwi template + vue-loader setup with hot reload based on the template webpack for quick prototyping.

License

Notifications You must be signed in to change notification settings

amplia-iiot/wiwi-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiwi-template

A wiwi template + vue-loader setup with hot reload based on the template webpack for quick prototyping.

Use vue-cli: https://www.npmjs.com/package/vue-cli-luozheao

Quickstart

This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ yarn global add vue-cli
$ vue init amplia-iiot/wiwi-template my-wiwi
$ cd my-wiwi
$ yarn install
$ yarn run dev

or

$ npm install -g vue-cli
$ vue init amplia-iiot/wiwi-template my-wiwi
$ cd my-wiwi
$ npm install
$ npm run dev

For vue-cli 3 need @vue/cli-init instead vue-cli:

$ yarn global add @vue/cli-init

or

$ npm install -g @vue/cli-init

Generate version

This project offers the following script that version the project using npm-version

$ npm version [ major | minor | patch ]

License

MIT

About

A wiwi template + vue-loader setup with hot reload based on the template webpack for quick prototyping.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published