聊天界面

wang_chenxi 52c1240208 新上传 il y a 5 ans
build 0736516ac1 新上传 il y a 5 ans
config 0736516ac1 新上传 il y a 5 ans
src 52c1240208 新上传 il y a 5 ans
static 52c1240208 新上传 il y a 5 ans
.babelrc 0736516ac1 新上传 il y a 5 ans
.editorconfig 0736516ac1 新上传 il y a 5 ans
.gitignore 0736516ac1 新上传 il y a 5 ans
.postcssrc.js 0736516ac1 新上传 il y a 5 ans
README.md 0736516ac1 新上传 il y a 5 ans
index.html 0736516ac1 新上传 il y a 5 ans
package-lock.json 52c1240208 新上传 il y a 5 ans
package.json 0736516ac1 新上传 il y a 5 ans
package.swan.json 0736516ac1 新上传 il y a 5 ans
project.config.json 0736516ac1 新上传 il y a 5 ans
project.swan.json 0736516ac1 新上传 il y a 5 ans
一周工作总结.docx 120a6761f0 新文件 il y a 5 ans

README.md

chat

A Mpvue project

Build Setup

# 初始化项目
vue init mpvue/mpvue-quickstart myproject
cd myproject

# 安装依赖
yarn

# 开发时构建
npm dev

# 打包构建
npm build

# 指定平台的开发时构建(微信、百度、头条、支付宝)
npm dev:wx
npm dev:swan
npm dev:tt
npm dev:my

# 指定平台的打包构建
npm build:wx
npm build:swan
npm build:tt
npm build:my

# 生成 bundle 分析报告
npm run build --report

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