Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Update project with vue CLI support #70

Open
douglasg14b opened this issue Jan 13, 2019 · 2 comments
Open

Update project with vue CLI support #70

douglasg14b opened this issue Jan 13, 2019 · 2 comments

Comments

@douglasg14b
Copy link

Currently the vue cli is the recommended way to setup an app, and you no longer use webpack directly. Instead you have a vue.config.js that you work with.

@mikeerickson
Copy link

This is quite opinionated in my opinion. Most of our vue projects are created without Vue CLI as we need greater control or have requirements that are outside the scope of what is offered from Vue CLI.

I think this project scratches the itch for those who don’t want to use Vue CLI

@grofit
Copy link

grofit commented Jan 29, 2019

One other thing to point out is that vue cli doesnt work "out the box" for library scenarios, i.e where you want to bundle pre-made typescript libraries, as it doesnt output the declaration files without much hackery and increasing the build time by about 10x.

vuejs/vue-cli#1081

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants