Based on the electron and vue development of desktop applications, support music online play, video playback and picture browsing, content resources are from the network, anyone can modify this project, completely open source, if you think it is good to give me a star, thank you
# install dependencies recommend to use 'yarn'
yarn
npm install
# serve with hot reload at localhost:9080
yarn run dev
npm run dev
# build electron application for production
yarn run build
npm run build
- current version 0.1.1
electron + vue2 + vuex + vue-router + nedb + webpack + ES6/7 + less
Project | Status | Description |
---|---|---|
electron | Build cross platform desktop apps with JavaScript, HTML, and CSS | |
vue | Vue is a progressive framework for building user interfaces | |
vue-router | Single-page application routing | |
vuex | Large-scale state management | |
nedb | The JavaScript Database, for Node.js, nw.js, electron and the browser | |
webpack | webpack is a module bundler | |
less | Less. The dynamic stylesheet language. |
Attention: Due to the large number of new attributes such as es6/7, node requires more than 6.0 versions
- Play the song
- Collect the list
- Search the song
- Video Player In development...
- ...
Part of the resources, style from atom official website
From the network
This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.