Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesspod/lp2poc
Lesspod 2.0 PoC with Vuejs/Nuxt.js/Serverless framework
https://github.com/lesspod/lp2poc
Last synced: 12 days ago
JSON representation
Lesspod 2.0 PoC with Vuejs/Nuxt.js/Serverless framework
- Host: GitHub
- URL: https://github.com/lesspod/lp2poc
- Owner: lesspod
- License: mit
- Created: 2019-01-10T07:24:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T12:37:53.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T06:40:44.935Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lesspod-2-poc
> Lesspod 2.0 with Nuxt/Vuejs/Serverless
## Build Setup
``` bash
# 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](https://nuxtjs.org).