https://github.com/codybontecou/mtgranks_cdd
https://github.com/codybontecou/mtgranks_cdd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codybontecou/mtgranks_cdd
- Owner: CodyBontecou
- Created: 2020-10-28T19:49:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T18:01:23.000Z (over 3 years ago)
- Last Synced: 2024-12-29T10:33:48.359Z (5 months ago)
- Language: Vue
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
## 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).