jarodburchill / project-automation

Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
MIT License
43 stars 7 forks source link

Vue Support #53

Closed jarodburchill closed 5 years ago

jarodburchill commented 5 years ago

Add Vue.js support

Rexogamer commented 5 years ago

https://vuejsdevelopers.com/2018/04/23/vue-boilerplate-template-scaffold/ might have some candidates

jarodburchill commented 5 years ago

We can just use the Vue CLI

Rexogamer commented 5 years ago

Slight issue: the Vue CLI has some option menus when you use vue create.

jarodburchill commented 5 years ago

So does node.js and we use that CLI

Rexogamer commented 5 years ago

These are mandatory it seems

Rexogamer commented 5 years ago

and you don’t type in your answers it seems

jarodburchill commented 5 years ago

Trust me, it'll work.