https://github.com/deviltea/conference-web
Demo: https://deviltea.github.io/conference-web/
https://github.com/deviltea/conference-web
Last synced: 10 months ago
JSON representation
Demo: https://deviltea.github.io/conference-web/
- Host: GitHub
- URL: https://github.com/deviltea/conference-web
- Owner: DevilTea
- License: mit
- Created: 2020-06-22T17:11:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T06:04:21.000Z (about 5 years ago)
- Last Synced: 2023-03-10T12:41:57.570Z (over 3 years ago)
- Language: Vue
- Homepage: https://deviltea.github.io/conference-web/
- Size: 13 MB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conference-web
## Project setup
```
npm install
```
### Run development mode
```
npm run dev
```
### 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/).