# wx_xcx_shahuang **Repository Path**: 3785865/wx_xcx_shahuang ## Basic Information - **Project Name**: wx_xcx_shahuang - **Description**: 九果仙 微信小程序源码 采用vant框架开发, 主要实现的是:用户注册、提交订单、订单登记处理订单批量导出等。 该应用现已废弃,并无维护计划,因此开放源码 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-11 - **Last Updated**: 2022-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vant, 小程序, 微信小程序, vue2 ## README # huanghuang #开发日志 https://note.youdao.com/ynoteshare1/index.html?id=d168266d559fe292a2c86436e28402de&type=note 来自http://zengli2018.top > A Mpvue project ## Build Setup ``` bash # 初始化项目 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).