Slide 10
Slide 10 text
@manuelwieser | https://manu.ninja/
● vue serve uses the same default setup (webpack, Babel, PostCSS, ESLint)
as projects created by vue create
● Entry can be main.js, index.js, App.vue or app.vue …
● You can provide an index.html, package.json, use local dependencies,
or add config files for Babel, PostCSS and ESLint
Instant Prototyping