A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
How to install jquery into vue js
https://forum-archive.vuejs.org/topic/882/newb-how-to-use-jquery-with-vue/6
npm install --save jquery
Hot reload not working in ubuntu echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Basic tutorial https://skyronic.com/2016/01/03/vuex-basics-tutorial
Vue route document
https://scotch.io/tutorials/getting-started-with-vue-router
Vue + login authentication
https://developer.okta.com/blog/2017/09/14/lazy-developers-guide-to-auth-with-vue
Async await is best
Responsive web site
https://www.w3schools.com/css/css3_mediaqueries_ex.asp Example https://www.w3schools.com/css/tryit.asp?filename=trycss_mediaqueries_website
Css Interview question https://thatjsdude.com/interview/css.html#clear
Vue widget example