hemant4524 / VueExample

Example of vuex and axios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

project2

A Vue.js project

Build Setup

# 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

https://hackernoon.com/6-reasons-why-javascripts-async-await-blows-promises-away-tutorial-c7ec10518dd9

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

https://github.com/kartsims/vue-customelement-bundler

About

Example of vuex and axios


Languages

Language:JavaScript 77.0%Language:Vue 20.8%Language:HTML 2.2%