安装react-redux cnpm i react-redux 文件目录 定义store文件 1 index.js文件: 2 3 import { createStore } from 'redux'; 4 import reducer from './reducer'; 5 const stor ...
分类:
其他好文 时间:
2020-07-12 01:17:07
阅读次数:
80
echarts教程 Webpack 是目前比较流行的模块打包工具,你可以在使用 webpack 的项目中轻松的引入和打包 ECharts,这里假设你已经对 webpack 具有一定的了解并且在自己的项目中使用。 cnpm install echarts -S 引入 ECharts 通过 npm 上安 ...
分类:
Web程序 时间:
2020-07-11 22:55:23
阅读次数:
106
core-js版本太高 安装了淘宝镜像就可以 cnpm install core-js@2 ...
分类:
其他好文 时间:
2020-07-10 16:57:22
阅读次数:
51
uView UI,是uniapp生态最优秀的UI框架 官网:https://www.uviewui.com/components/intro.html 多平台快速开发的UI框架 ##体验 介绍 来由 uni-app2018年初发布以来,一直蓬勃发展,一派欣欣向荣,社区也是人声鼎沸,众望所归。 因此, ...
分类:
移动开发 时间:
2020-07-08 15:42:49
阅读次数:
638
引自:node-sass安装 鉴于国内的环境,node-sass实在是太难安装了,可以直接通过淘宝的npm镜像来安装。 1.安装cnpm(https://npm.taobao.org/) npm install -g cnpm --registry=https://registry.npm.taob ...
分类:
其他好文 时间:
2020-07-08 13:38:18
阅读次数:
85
1.为方便安装,先安装cnpm; npm install -g cnpm --registry=https://registry.npm.taobao.orgcnpm -v可查看版本2.安装webpack3.0.因为最新4.0的需要node14版本以上,而win7并不支持.cnpm install ...
分类:
其他好文 时间:
2020-07-08 13:32:45
阅读次数:
55
启动项目的时候没过脑子打错了命令,直接 npm install ,把 node-sass 搞坏了,删了重装一直报错: 网上查了下:https://developer.aliyun.com/mirror/NPM?from=tnpm 直接用 cnpm 搞好了: $ npm install -g cnpm ...
分类:
其他好文 时间:
2020-07-07 18:14:21
阅读次数:
60
安装 1.安装node.js 查看node版本:node -v 查看 npm版本:npm -v 2.安装cnpm : npm install -g cnpm --registry=https://registry.npm.taobao.org 查看cnpm版本:cnpm -v 3.安装vue-cli ...
分类:
其他好文 时间:
2020-07-06 18:04:45
阅读次数:
71
一、vueadmin-template-master 1、basic operation: (1)unzip (2)cnpm install (3)npm run dev 2、specific operation: (1)shut down grammatical normative check(E ...
分类:
其他好文 时间:
2020-07-05 20:58:26
阅读次数:
83
vue-resize-split-pane 插件做窗口分隔,之前没有用过,简单使用一下: npm地址:https://developer.aliyun.com/mirror/npm/package/vue-resize-split-pane 安装插件: cnpm install vue-resize ...
分类:
其他好文 时间:
2020-07-05 15:24:47
阅读次数:
229