06 2020 档案

摘要:1.安装:npm install -g create-react-app 2.创建react项目: npx create-react-app (项目名) 3. 远行项目:npm run start/npm start 4.基本用法: import React from 'react'; import 阅读全文
posted @ 2020-06-16 17:42 要开心鸭丫 阅读(157) 评论(0) 推荐(0)
摘要:官网地址:https://v-charts.js.org/#/start 1.npm安装 npm i v-charts echarts -S 2.引入 import VCharts from 'v-charts' Vue.use(VCharts) 或者单个引入 import VeLine from 阅读全文
posted @ 2020-06-02 14:58 要开心鸭丫 阅读(747) 评论(0) 推荐(0)