Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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