/nuxt-ka

微信公众号开发

Primary LanguageJavaScript

nuxt-ka

Nuxt.js project

Build Setup

# 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.

微信公众号开发流程系列文档:

微信公众号开发(一):环境配置

微信公众号开发(二):构建公众号服务器

微信公众号开发(三):微信消息中间件和素材处理

微信公众号开发(四):用户管理和自定义菜单以及微信网页开发

微信公众号开发(五):页面开发

微信公众号开发(六):爬取数据和上传图片到七牛云