https://github.com/jessie-codes/automatic-train
SPA YouTube Search App
https://github.com/jessie-codes/automatic-train
javascript koa nuxt vue youtube
Last synced: 2 months ago
JSON representation
SPA YouTube Search App
- Host: GitHub
- URL: https://github.com/jessie-codes/automatic-train
- Owner: jessie-codes
- License: mit
- Created: 2019-04-01T23:55:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T01:54:58.000Z (over 6 years ago)
- Last Synced: 2025-08-04T06:54:23.636Z (11 months ago)
- Topics: javascript, koa, nuxt, vue, youtube
- Language: JavaScript
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# automatic-train
> My great Nuxt.js project
[](https://standardjs.com)
[](https://travis-ci.org/jessie-codes/automatic-train)
[](https://coveralls.io/github/jessie-codes/automatic-train?branch=master)
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev -- --key {YOUTUBE_API_KEY}
# build for production and launch server
$ npm run build
$ npm start --key {YOUTUBE_API_KEY}
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).