https://github.com/itaditya/vue-event-ticket-generator
Use it here-
https://github.com/itaditya/vue-event-ticket-generator
Last synced: over 1 year ago
JSON representation
Use it here-
- Host: GitHub
- URL: https://github.com/itaditya/vue-event-ticket-generator
- Owner: itaditya
- Created: 2020-04-26T07:54:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:29:11.000Z (over 3 years ago)
- Last Synced: 2025-02-12T18:01:47.835Z (over 1 year ago)
- Language: Vue
- Homepage: https://vue-event-ticket-generator.netlify.app/
- Size: 687 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-event-ticket-generator
## Create your own project using these commands
```sh
# globally install vue-cli once
npm install -g @vue/cli
# create the project
vue create vue-event-ticket-generator
```
## Project setup
```sh
npm install
```
### Compiles and hot-reloads for development
```sh
npm run serve
```
### Compiles and minifies for production
```sh
npm run build
```
### Lints and fixes files
```sh
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).