An open API service indexing awesome lists of open source software.

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-

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/).