Gitpod ready-to-code

vue-event-ticket-generator

Create your own project using these commands

# globally install vue-cli once
npm install -g @vue/cli

# create the project
vue create vue-event-ticket-generator

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.