https://github.com/dxphilo/lyrics-finder-app
NuxtJs lyrics Finder Application
https://github.com/dxphilo/lyrics-finder-app
Last synced: 3 months ago
JSON representation
NuxtJs lyrics Finder Application
- Host: GitHub
- URL: https://github.com/dxphilo/lyrics-finder-app
- Owner: dxphilo
- License: mit
- Created: 2020-12-01T19:52:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-01T21:03:53.000Z (over 5 years ago)
- Last Synced: 2025-03-01T01:27:47.759Z (over 1 year ago)
- Language: Vue
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lyrics Finder Application
Build With
- NuxtJs
- VueJs
- TailwindCss
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).