1.1.1 • Published 5 years ago

@djp6/vue-tpl-preset v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

  1. axios (for http-request)
  2. lodash (for utils)

Usage

  1. 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
  1. Install npm package
$ npm install -g @djp6/vue-tpl-preset
$ vue-tpl create your-project