https://github.com/boggyjan/choukaimark
ユーチューブで聴解をする時に役に立つアプリです
https://github.com/boggyjan/choukaimark
Last synced: 2 months ago
JSON representation
ユーチューブで聴解をする時に役に立つアプリです
- Host: GitHub
- URL: https://github.com/boggyjan/choukaimark
- Owner: boggyjan
- Created: 2019-12-15T15:50:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:17:40.000Z (over 2 years ago)
- Last Synced: 2025-02-01T07:42:38.578Z (4 months ago)
- Language: Vue
- Size: 3.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# choukai
> My shining 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# run in pm2
$ pm2 start npm -- start
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).