# Stock Capital IO - FE

## 环境篇 (3)

###  相关文档

- [VUE官网](https://vuejs.org/)

- [VUE 2](https://vuejs.org/v2/guide/)

- [VUEX](https://vuex.vuejs.org/)

- [Axios](https://github.com/axios/axios)

- [Bootstrap-VUE](https://bootstrap-vue.js.org/docs/)

- [Bootstrap V4.1](https://getbootstrap.com/docs/4.1/getting-started/introduction/)

- [FontAwesome](http://www.fontawesome.com.cn/)

- [FontAwesome V4.7 icons](http://www.fontawesome.com.cn/faicons/)

- [Mock-JS](http://mockjs.com/)

- [perfect-scrollbar](https://www.npmjs.com/package/perfect-scrollbar)

- [mavon-editor](https://www.npmjs.com/package/mavon-editor)

- [Bootstrap DateTimePicker](http://www.bootcss.com/p/bootstrap-datetimepicker/index.htm)

- [Tinymce Vue](https://github.com/tinymce/tinymce-vue)

- [Swiper](https://www.swiper.com.cn)

### 前端依赖

    # vuex ^3.0.1
    npm install --save vuex

    # mockjs ^1.0.1-beta3
    npm install --save mockjs

    # axios ^0.18.0
    npm install --save axios

    # jquery ^1.12.4
    npm install --save jquery@1.12.4

    # bootstrap ^4.1.3
    npm install --save bootstrap

    # bootstrap-vue ^2.0.0-rc.11
    npm install --save bootstrap-vue

    # node-sass ^4.9.2
    npm install --save node-sass

    # sass-loader ^7.0.3
    npm install --save sass-loader

    # sass-resources-loader ^1.3.3
    npm install --save sass-resources-loader

    # font-awesome ^4.7.0
    npm install --save font-awesome

    # perfect-scrollbar ^1.4.0
    npm install --save perfect-scrollbar

    # mavon-editor ^2.6.15
    npm install --save mavon-editor

    # tinymce ^4.8.1
    npm install --save tinymce
    # tinymce-vue ^1.0.8
    npm install --save @tinymce/tinymce-vue

    # swiper ^4.3.5
    npm install --save swiper

    # babel-polyfill ^6.26.0
    npm install --save babel-polyfill
