https://github.com/tolerious/shvuejs
Shanghai VueJS group & meetup official website.
https://github.com/tolerious/shvuejs
vue-group vue-meetup vuejs
Last synced: 6 months ago
JSON representation
Shanghai VueJS group & meetup official website.
- Host: GitHub
- URL: https://github.com/tolerious/shvuejs
- Owner: tolerious
- License: gpl-3.0
- Created: 2019-11-07T15:12:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T04:33:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T11:34:38.823Z (11 months ago)
- Topics: vue-group, vue-meetup, vuejs
- Language: JavaScript
- Homepage: https://sh.vuejs.city
- Size: 2.78 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shvuejs
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).