https://github.com/alchemycms/alchemy-nuxt-demo
AlchemyCMS NuxtJS Demo
https://github.com/alchemycms/alchemy-nuxt-demo
Last synced: 4 months ago
JSON representation
AlchemyCMS NuxtJS Demo
- Host: GitHub
- URL: https://github.com/alchemycms/alchemy-nuxt-demo
- Owner: AlchemyCMS
- Created: 2019-05-01T12:51:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T13:11:37.000Z (over 6 years ago)
- Last Synced: 2025-06-29T12:39:22.176Z (12 months ago)
- Language: Vue
- Size: 2.27 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alchemy-nuxt-demo
> AlchemyCMS NuxtJS Demo
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).