Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malipetek/zeyskitchen
Created with CodeSandbox
https://github.com/malipetek/zeyskitchen
Last synced: about 1 month ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/malipetek/zeyskitchen
- Owner: malipetek
- Created: 2018-12-29T01:10:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T01:31:20.000Z (about 6 years ago)
- Last Synced: 2024-11-11T03:19:53.922Z (3 months ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/malipetek/zeyskitchen
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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).