https://github.com/celljuke/upstack-meetup
A Hackhaton project for upstack
https://github.com/celljuke/upstack-meetup
Last synced: 3 months ago
JSON representation
A Hackhaton project for upstack
- Host: GitHub
- URL: https://github.com/celljuke/upstack-meetup
- Owner: celljuke
- Created: 2019-12-16T04:17:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:07:34.000Z (over 3 years ago)
- Last Synced: 2025-02-10T10:48:59.070Z (over 1 year ago)
- Language: Vue
- Size: 4.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upstack-meetup
## 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/).