1 | ## 设置npm网源:
|
2 | npm config set registry https://registry.npmjs.org/
|
3 | npm config set registry https://registry.npm.taobao.org/
|
4 | npm config set registry="http://registry.npm.yijifu.net"
|
5 |
|
6 | ## 安装sass报错解决方案:
|
7 | npm i node-sass --SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/
|
8 |
|
9 | ## 组件推荐
|
10 |
|
11 | ### es6
|
12 | es5-shim es6-shim
|
13 |
|
14 | ### react
|
15 | react react-dom
|
16 |
|
17 | ### vue
|
18 | vue vue-template-compiler vue-loader vue-router vue-resource
|
19 |
|
20 | ### node dispatch和mysqld启动
|