https://github.com/simonaco/fridays
https://github.com/simonaco/fridays
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/fridays
- Owner: simonaco
- Created: 2020-04-28T10:12:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:38:22.000Z (over 3 years ago)
- Last Synced: 2025-04-01T16:06:36.329Z (about 1 year ago)
- Language: Vue
- Size: 2.02 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mondays
> My sweet Nuxt.js project
## 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
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).