/Electric_Power_Forecast-v2.0.1

电量预测可视化-前端-vue-iview

Primary LanguageJavaScript

Electric_Power_Forecast

电量预测网站

项目开发目录

project/
    ├──build/
    ├──config/
    ├──node_modules/
    ├──src/
    │  ├──assets/
    │  ├──components/
    │  ├──html/
    │  │  ├──pageName/
    │  │  │  ├──components/
    │  │  │  ├──store/
    │  │  │  ├──style/
    │  │  │  ├──APP.vue
    │  │  │  ├──pageName.html
    │  │  │  ├──pageName.js
    │  ├──utils/
    ├──static/
    ├──babelrcc
    ├──.editorconfig
    ├──.gitgnore
    ├──package.json
    ├──README.md

项目打包目录

dist
    ├──html/
    │  ├──pageName.html 
    ├──static/
    │  ├──css/
    │  │  ├──html/ 
    │  │  │  ├──pageName.css
    │  │  ├──xxx.css    
    │  ├──fonts/
    │  ├──img/
    │  ├──js/
    │  │  ├──html/
    │  │  │  ├──pageName.css
    │  │  ├──xxx.css    

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 all tests
npm test

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