We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What we want:
vue add vue-book
yarn serve:book
yarn build:book
So, from my understanding:
src/book
book-main.js
BookApp.vue
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What we want:
vue add vue-book
- vue-book is magically added to vue-cli project.yarn serve:book
- book serve should be runyarn build:book
- book build should be runSo, from my understanding:
src/book
folder withbook-main.js
andBookApp.vue
files.Refs
The text was updated successfully, but these errors were encountered: