UNPKG

react-whole-barrels

Version:

- [x] Es6/7 - [x] react/react-router/dva - [x] less - [x] dev-server - [x] 模块热替换(HMR) - [x] sourcemap - [x] CSS代码分割 - [x] 代码分割(SplitChunksPlugin) - [x] 浏览器缓存 - [x] tree shaking - [x] DellPlugin - [x] PWA - [x] eslint - [x] stylelint

10 lines 153 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>React-Whole-barrels</title> </head> <body> <div id='root'></div> </body> </html>