Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐁 Vue cli plugin #37

Open
6 of 7 tasks
asvae opened this issue Mar 17, 2019 · 0 comments · May be fixed by #59
Open
6 of 7 tasks

🐁 Vue cli plugin #37

asvae opened this issue Mar 17, 2019 · 0 comments · May be fixed by #59
Labels
feature Useful to end user

Comments

@asvae
Copy link
Owner

asvae commented Mar 17, 2019

What we want:

  • user writes in existing project vue add vue-book - vue-book is magically added to vue-cli project.
  • user writes yarn serve:book - book serve should be run
  • user writes yarn build:book - book build should be run

So, from my understanding:

  • on init it should create src/book folder with book-main.js and BookApp.vue files.
  • register needed deps
  • add 2 commands to package json

Refs

@asvae asvae added the feature Useful to end user label Mar 17, 2019
@untael untael mentioned this issue May 5, 2020
@untael untael linked a pull request Jul 26, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Useful to end user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant