super

一个关于分布式存储的简单vue应用,鉴于整理过的ceph开源软件例如ceph-dash,openATTIC,inkscope,dashboard,calamari等,发现基本都是基于angular.js开发结合django,不排除有商业产品也采用不一样的开发类似于java,react,vue等,结合flask。 由于本人正在学习vue,就采用vue+webpack形式去结合总结功能做一个分布式系统,当然我的搭档做后台是django,彻底分离前后端,前后都部署在不同的服务器上,所以后端是不放出来的,采用restful api

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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.