文件名称:harmonyos2-react-project-build:基于webpack前端react工程项目自动化构建
文件大小:442KB
文件格式:ZIP
更新时间:2024-07-21 09:11:01
系统开源
harmonyos 2 #webpack for react project build 基于webpack的react项目构建 ##Content ##Method 1、cd your project rote 2、git clone 3、npm install 4、npm start 5、Just enjoy yourself!!! ##Tips please visit Webpack var path = require('path') var webpack = require('webpack') var ExtractTextPlugin = require("extract-text-webpack-plugin"); var HtmlWebpackPlugin = require('html-webpack-plugin'); console.log('>>>>>>>>>================配置环境=================<<<<<<<<'); console.log(''); console.log('location route: '+__d
【文件预览】:
react-project-build-master
----.gitignore(34B)
----README.md(5KB)
----server.js(598B)
----test()
--------demo()
----static()
--------dev()
--------scss()
--------images()
----app()
--------sidebar()
--------gigold()
--------demo()
----package.json(2KB)
----webpack.config.js(4KB)