随笔分类 -  react

摘要:import React, { Component } from 'react'; import Record from './Record'; import axios from 'axios'; class Records extends Component { constructor() { super(); this.state = { error... 阅读全文
posted @ 2018-03-14 16:10 sunbey80 阅读(2742) 评论(0) 推荐(0)
摘要:import React, { Component } from 'react'; import Record from './Record'; import { getJSON } from 'jquery'; class Records extends Component { constructor() { super(); this.state = { ... 阅读全文
posted @ 2018-03-14 16:05 sunbey80 阅读(720) 评论(0) 推荐(0)
摘要:bower 前端依赖管理 browserify 前端打包工具 webpack grunt grunt-cli 任务运行工具 gulp 任务运行工具 yoman 快速生成脚手架 npm 后端依赖管理 pm2 服务端进程管理工具 karma 测试框架 express 后端mvc框架 ejs jade a 阅读全文
posted @ 2016-12-19 21:33 sunbey80 阅读(394) 评论(0) 推荐(0)
摘要:Learn React & Webpack by building the Hacker News front page from https://github.com/theJian/build-a-hn-front-page 1.安装nodejs 2.安装webpack 3.安装webpack- 阅读全文
posted @ 2016-11-08 13:29 sunbey80 阅读(279) 评论(0) 推荐(0)