cichy380 / demo-vue-wait-axios

Demo of usage Multiple Process Loader Management for Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo of usage Loaders based on vue-wait

Examples of usage Multiple Loader Management for Vue with Router and promise based HTTP client. Online REST API for Testing and Prototyping Serving is delivered by JSONPlaceholder.

Live demo: http://example.silversite.pl/demo-vue-wait-axios/

Tech stack

Build Setup

Project structure is based on the vue-cli template from vuejs-templates/webpack.

via Yarn

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
yarn build --report

via NPM

# 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.

About

Demo of usage Multiple Process Loader Management for Vue.


Languages

Language:JavaScript 50.0%Language:Vue 46.4%Language:HTML 3.6%