https://github.com/thecraftman/lmucon-2020
Simple web app for event registration in vuejs and firebase for LMUCON 20
https://github.com/thecraftman/lmucon-2020
Last synced: 7 months ago
JSON representation
Simple web app for event registration in vuejs and firebase for LMUCON 20
- Host: GitHub
- URL: https://github.com/thecraftman/lmucon-2020
- Owner: thecraftman
- Created: 2024-02-12T14:26:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-26T07:10:18.000Z (about 1 year ago)
- Last Synced: 2025-03-21T14:11:29.283Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lmucon20
## 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/).