@djp6/vue-tpl-preset
v1.1.1
Published
A template preset base on vue cli 3
Downloads
2
Maintainers
Readme
vue-tpl-preset
The template preset base on vue 2.x and vue-cli 3.x
Now the preset only support the mobile app template
UI-Components
- mobile template: Vant
Core Packages
- axios (for http-request)
- lodash (for utils)
Usage
- Use remote repo directly
$ vue create --preset direct:https://github.com/DaveJump/vue-tpl-preset.git --clone your-project
// begin your project
$ cd your-project
$ yarn dev
- Install npm package
$ npm install -g @djp6/vue-tpl-preset
$ vue-tpl create your-project