https://github.com/mathieutu/meetup-nuxtjs
A demo project for the Nuxtjs meetup.
https://github.com/mathieutu/meetup-nuxtjs
Last synced: 4 months ago
JSON representation
A demo project for the Nuxtjs meetup.
- Host: GitHub
- URL: https://github.com/mathieutu/meetup-nuxtjs
- Owner: mathieutu
- Created: 2018-06-06T17:21:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T17:55:19.000Z (over 5 years ago)
- Last Synced: 2025-07-28T14:47:02.937Z (11 months ago)
- Language: Vue
- Size: 150 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meetup-nuxtjs
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).