Skip to content

ImPigerla/template-vue-element

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装vue-cli

$ npm install -g @vue/cli  或者  yarn global add @vue/cli

安装init桥接工具

npm install -g @vue/cli-init  或者  yarn global add @vue/cli-init

安装该模版

模版支持选项

  • project-name 项目名称

命令行安装

$ vue init ImPigerla/template-vue-element [project-name]

初始化

$ cd project-name
$ npm install 或者 yarn

开发模式

$ npm run dev

构建项目

$ npm run build

构建监听

$ npm run watch

About

vue + elementUI的模版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published