Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/ymd-puzzle
Nuxt2.9
https://github.com/miyaoka/ymd-puzzle
Last synced: 6 days ago
JSON representation
Nuxt2.9
- Host: GitHub
- URL: https://github.com/miyaoka/ymd-puzzle
- Owner: miyaoka
- Created: 2019-08-25T16:26:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:45:50.000Z (11 months ago)
- Last Synced: 2023-12-15T03:54:56.159Z (11 months ago)
- Language: Vue
- Homepage: https://miyaoka-ymd-puzzle.netlify.com/
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ymd-puzzle
> My spectacular 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, check out [Nuxt.js docs](https://nuxtjs.org).