Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruudboon/phalcon-nuxt-demo
Phalcon nuxt demo
https://github.com/ruudboon/phalcon-nuxt-demo
Last synced: about 1 month ago
JSON representation
Phalcon nuxt demo
- Host: GitHub
- URL: https://github.com/ruudboon/phalcon-nuxt-demo
- Owner: ruudboon
- Created: 2020-01-10T18:21:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:02:04.000Z (about 2 years ago)
- Last Synced: 2024-11-27T00:11:46.767Z (about 1 month ago)
- Language: Vue
- Size: 2.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phalcon-nuxt-demo
> Phalcon Demo with nuxt/vue
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```## Docker setup
Clone repo and in root run:```
docker run -it -p 3000:3000 -v $(pwd):/project node bash
cd /project
npm install
npm run dev
```
Goto http://localhost:3000 in your browser.For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).