Skip to content

UESTC-Miniapp/UESTC-Miniapp-FrontEnd

Repository files navigation

uestc-life

电子科技大学便利小程序——清水时光

image

如何开发

# 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目录即可。