Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkshi/hearthstone-js-frontend
https://github.com/gkshi/hearthstone-js-frontend
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkshi/hearthstone-js-frontend
- Owner: gkshi
- Created: 2020-11-22T11:11:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T09:57:15.000Z (over 3 years ago)
- Last Synced: 2024-10-17T18:56:13.241Z (19 days ago)
- Language: Vue
- Size: 456 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# hearthstone
## 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).