Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongwa/vue3-quasar-couldmusic-ts
vue3+quasar2架构的仿网易云音乐应用,可以打包成electron应用
https://github.com/dongwa/vue3-quasar-couldmusic-ts
Last synced: 3 days ago
JSON representation
vue3+quasar2架构的仿网易云音乐应用,可以打包成electron应用
- Host: GitHub
- URL: https://github.com/dongwa/vue3-quasar-couldmusic-ts
- Owner: dongwa
- Created: 2021-02-19T14:58:55.000Z (over 3 years ago)
- Default Branch: ts-vite
- Last Pushed: 2023-01-31T07:41:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T01:25:53.838Z (7 months ago)
- Language: Vue
- Homepage: vue3-quasar-could-music-ts.vercel.app
- Size: 1.09 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar Music APP (quasar-music)
Quasar Music APP
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).