react
xing2233
xing8901@foxmail.com
展开
-
react安装
安装 npm install -g cnpm --registry=https://registry.npm.taobao.org npm config set registry https://registry.npm.taobao.org cnpm intall --save react react-dom @babel/standalone react 主程序 react-dom ...原创 2018-09-06 15:50:26 · 158 阅读 · 0 评论 -
多行html建议用()包裹
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id=&原创 2018-09-06 17:53:36 · 563 阅读 · 0 评论 -
jsx语法 和 注释写法
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id=&原创 2018-09-06 17:56:02 · 8357 阅读 · 0 评论 -
react and webpack配置
webpack.config.js const path = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { entry: './main.js', output: { filename: 'build.js', ...原创 2018-09-26 16:36:10 · 337 阅读 · 0 评论