Lesspod 2.0 with Nuxt/Vuejs/Serverless
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
$npm run offline (not yet working)
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
Key components
- Serverless Framework
- Express.js
- Vue.js
- Nuxt.js
- AWS Lambda
- Dashbird (for testing)
Built using Nuxt, Vuejs, express, serverless framework. Nuxt.js docs.