Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelgoddard/tbc-frontend
https://github.com/samuelgoddard/tbc-frontend
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelgoddard/tbc-frontend
- Owner: samuelgoddard
- Created: 2019-07-20T17:09:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:05:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T20:42:45.429Z (7 months ago)
- Language: Vue
- Size: 3.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tbc-frontend
> My well-made Nuxt.js project
## 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, checkout [Nuxt.js docs](https://nuxtjs.org).