vue-pizza
vue-pizza copied to clipboard
:pizza: Example Vue 2 Project (a scalable Single Page App using Vue-cli, VueRouter, Vuex and more)
Removed outdated link that links to an expired domain.
The app you linked at https://vue.pizza/app is not reachable.
No guidelines provided for setting up the Production environment. As newbie, I took up this repository and followed through and I really thank you for helping newbies like me trough...
When replacing the store state with simple variable assignment, the state object **looses its observer** and won't be reactive anymore. Instead of replacing the whole state, each of the state's...
Thank you for awesome vue example
After installing dependencies, npm notifies some security issues with the nightwatch package. I don't know if this easily fixable, I report it just in case. ### Detailed output Software version...
When i run dev version , everything is Ok , but when i run npm run build and open /dist/index.html no components have in body html (component of vue router),...
I have the follow message in console: 
Would you be open to merging a pull request from me that replaces Selenium E2E tests with Cypress test runner? I think it would be simpler and more useful for...