Skip to content

存在重大BUG,不再维护,请移步至optimize-vue-cli。基于vue-cli 3.0的多页面项目模板脚手架。支持Typescript。

Notifications You must be signed in to change notification settings

ChangedenCZD/vue-multi-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

存在重大BUG,不再维护,请移步至optimize-vue-cli

#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

About

存在重大BUG,不再维护,请移步至optimize-vue-cli。基于vue-cli 3.0的多页面项目模板脚手架。支持Typescript。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published