Skip to content

xiaoxinghug/generator-vuepackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue技术栈脚手架:

webpack2+vue2 -- vue2 脚手架

webpack2+vue2+router2 -- vue2+router2 脚手架

使用脚手架生成项目:

npm install -g yarn

npm install -g yo

npm install -g generator-vue-webpack

cd /path/of/your/project //切到你的项目目录

yo 回车 选择 Vuewebpack 或者 yo generator-vue-webpack //在你的项目目录下执行

本地开发:

执行npm run start命令,会开启一个本地服务器。

构建:

执行npm run build命令,会在dist/static目录下,生成webpack打包后的.js和.css文件。

目录中的.vscode 是调试yeoman-generator脚手架在vscode中的配置

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors