Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regenrek/tictac-fasching
Created with CodeSandbox
https://github.com/regenrek/tictac-fasching
Last synced: 24 days ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/regenrek/tictac-fasching
- Owner: regenrek
- Created: 2020-02-21T14:57:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:12:03.000Z (about 2 years ago)
- Last Synced: 2024-05-18T07:47:35.468Z (8 months ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/regenrek/tictac-fasching
- Size: 3.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesandbox-nuxt
> Nuxt starter for CodeSandBox (used for https://template.nuxtjs.org)
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).