https://github.com/mathieutu/formation360
https://github.com/mathieutu/formation360
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathieutu/formation360
- Owner: mathieutu
- Created: 2021-04-02T10:39:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T10:47:58.000Z (about 5 years ago)
- Last Synced: 2025-02-15T07:20:38.521Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# formation360
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).