A simple playground setup to create showcases

Herton 0b3e7e2777 Fixing indentaion and making api calls more robust 7 年之前
src 0b3e7e2777 Fixing indentaion and making api calls more robust 7 年之前
.babelrc d50eba0f61 Setup vue component 7 年之前
.editorconfig d50eba0f61 Setup vue component 7 年之前
.gitignore d50eba0f61 Setup vue component 7 年之前
README.md b650c24007 Improving validation 7 年之前
index.html 7c61bb992c Adding saving distributor functionality 7 年之前
package-lock.json 700a836faf Adding facility functionality with simple validation 7 年之前
package.json b650c24007 Improving validation 7 年之前
webpack.config.js fccf2414a5 Adding distributor form component, form reactivity and some functionality 7 年之前

README.md

vue-distributors

A vuejs playground project to add a reactive form to edit and add distributors

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.