1.1.0 • Published 6 years ago

vue-multi-cli v1.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

#vue-multi-cli

NPM version NPM download NPM download npm

GitHub watchers GitHub stars GitHub forks GitHub issues GitHub last commit (branch)

Template

Source Code

##Install

npm i -g vue-multi-cli

##Create Project

vues create <project-name>
// eg: vues create demo

##Init Project

// Install vue-cli-3.0 at first.
npm install -g @vue/cli

// Open Project Dir
cd <project-name>

// Init
yarn install 

##Add Module ####Remark: Used in the project root directory.

vues add -m <module-title> -p <module-path>
// eg: vues add -m module1 -p /mobile/page/index
// Html-Title: module1
// Html-Url: localhost:port/mobile/page/index

##Add Component ####Remark: Used in the project root directory.

vues add -c <component-path>
// eg: vues add -c /home/index
// Import: import Component from '@/components/home/index'

github issues

e-mail: changeden520@gmail.com

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago