https://github.com/devict/publicmeetings-front
https://github.com/devict/publicmeetings-front
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devict/publicmeetings-front
- Owner: devict
- Created: 2019-10-01T00:56:56.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T05:02:23.000Z (over 3 years ago)
- Last Synced: 2025-02-06T18:02:42.109Z (about 1 year ago)
- Language: Vue
- Size: 3.77 MB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meeting-vue
## 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/).