摘要: 搭建开发环境 mkdir react-demo cd react-demo npm init -y npm install react react-dom -S npm install webpack webpack-cli webpack-dev-server babel babel-cli ba 阅读全文
posted @ 2018-09-12 22:07 小小的小太阳 阅读(90) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-09-01 13:01 小小的小太阳 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 单页面基本路由配置,六部: 1.引入vue-router.js 2.定义组件: const Home = vue,component('home',{ template: ` ` }) 3.创建路由对象: const router = new VueRouter({ routes:[ //设置路由规 阅读全文
posted @ 2018-09-01 12:11 小小的小太阳 阅读(97) 评论(0) 推荐(0) 编辑