# wechat-mini **Repository Path**: zhangIan/wechat-mini ## Basic Information - **Project Name**: wechat-mini - **Description**: 使用老版的vue-cli 初始化了一个nuxt + koa 的项目,用来写小程序后台和微信公众号用 - **Primary Language**: NodeJS - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-10-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wechat-mini #### 介绍 使用老版的vue-cli 初始化了一个nuxt + koa 的项目,用来写小程序后台和微信公众号用 #### 软件架构 Vue Nuxt koa2 Nginx centos #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### Build Setup ``` bash # install dependencies $ npm install # Or yarn install*[see note below] # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm start # generate static project $ npm run generate ``` *Note: Due to a bug in yarn's engine version detection code if you are using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either: 1. Use `npm install` 2. Run `yarn` with a standard release of Node and then switch back For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).