1.2.1 • Published 5 years ago

@djp6/tpl-mobile v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

A template of mobile application for tpl-cli-vue

Usage

  1. Install globally
// by npm
$ npm install -g @djp6/tpl-mobile
// or by cli-tool install command
$ tplcli install mobile

This template package is depended on tpl-cli-vue, you should check if it exists in the global or install it manually: $ npm install -g @djp6/tpl-cli-vue. After that you can install the template by cli command: $ tplcli install mobile.

  1. Use cli-tool to generate the preset
$ tplcli init --template mobile <projectName>