# globally install vue-cli once
npm install -g @vue/cli
# create the project
vue create vue-event-ticket-generator
npm install
npm run serve
npm run build
npm run lint
# globally install vue-cli once
npm install -g @vue/cli
# create the project
vue create vue-event-ticket-generator
npm install
npm run serve
npm run build
npm run lint