/VastChallenge2006

IEEE Vast Challenge 2006. Visual analysis

Primary LanguageNearley

vue demo

Template demo by yuechenglei

Vuex 状态管理模式。 VueRouter2 实现单页面项目前端路由组织。 webpack 项目打包以及编译工具。 Axios 接口请求工具。 使用npm进行前端包管理器以及vue-cli脚手架构建。 UI iconfont, iView, fontAwesome

尽量不用jquery操作dom

Build Setup

# install dependencies
npm install

#if chromedriver error may try:
#npm install chromedriver --chromedriver_cdnurl=http://cdn.npm.taobao.org/dist/chromedriver

# 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

目录结构

Alt text

初始界面

Alt text

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