https://github.com/ruudboon/phalcon-nuxt-demo
Phalcon nuxt demo
https://github.com/ruudboon/phalcon-nuxt-demo
Last synced: 20 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:02:04.000Z (almost 3 years ago)
- Last Synced: 2025-06-09T06:07:04.225Z (5 months ago)
- Language: Vue
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- 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).