Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieutu/meetup-nuxtjs
A demo project for the Nuxtjs meetup.
https://github.com/mathieutu/meetup-nuxtjs
Last synced: about 19 hours 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T17:55:19.000Z (about 4 years ago)
- Last Synced: 2024-11-05T16:57:57.857Z (about 2 months ago)
- Language: Vue
- Size: 150 KB
- Stars: 2
- Watchers: 2
- 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).