https://github.com/simonaco/tuesdays
https://github.com/simonaco/tuesdays
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/tuesdays
- Owner: simonaco
- Created: 2020-04-27T09:07:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:36:15.000Z (over 3 years ago)
- Last Synced: 2025-10-10T16:12:54.465Z (9 months ago)
- Language: Vue
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tuesdays
> My tiptop 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).