电子科技大学便利小程序——清水时光
# 1. 安装cnpm(如果已翻墙可跳过这步)
npm install -g cnpm --registry=https://registry.npm.taobao.org
# 2. 安装依赖项
cnpm install
# 3. 开发模式
npm run dev
# 4. 生产模式
npm run build
# 5. 带代码分析的生产模式
npm run build --report
Note: For detailed explanation on how things work, checkout the guide and docs for vue-loader.
执行完npm run dev
或者npm run build
之后,用微信开发者工具打开dist
目录即可。