Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@djp6/tpl-mobile

djp65MIT1.2.1

A template of mobile application for tpl-cli-vue

readme

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>