微信
yuantianjiao f22ebbff59 userCenter il y a 6 ans
build xcx il y a 6 ans
config xcx il y a 6 ans
src userCenter il y a 6 ans
static 基本框架 il y a 6 ans
wechat @ 5e21b59049 ytj il y a 6 ans
.babelrc xcx il y a 6 ans
.editorconfig 基本框架 il y a 6 ans
.gitattributes xcx il y a 6 ans
.gitignore xcx il y a 6 ans
README.md xcx il y a 6 ans
package-lock.json ytj il y a 6 ans
package.json xcx il y a 6 ans

README.md

vue-cli多页面应用

A Vue.js project

文章地址:http://www.cnblogs.com/fengyuqing/p/vue_cli_webpack.html

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

针对在webstorm里面不能hot reload的问题大家可以按如下步骤设置一下就行:

Please try turning 'Safe write' option ( Settings | Appearance & Behavior | System Settings | Use "safe write" (save changes to temporary file first)) off

For detailed explanation on how things work, checkout the guide and docs for vue-loader.