Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lydanne/vote-web
这是vote的前端
https://github.com/lydanne/vote-web
Last synced: 6 days ago
JSON representation
这是vote的前端
- Host: GitHub
- URL: https://github.com/lydanne/vote-web
- Owner: Lydanne
- License: apache-2.0
- Created: 2020-06-03T07:40:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T15:12:04.000Z (over 1 year ago)
- Last Synced: 2024-08-10T07:48:25.070Z (3 months ago)
- Language: Vue
- Size: 652 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vote-web
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).