# webpack **Repository Path**: lovefc/webpack ## Basic Information - **Project Name**: webpack - **Description**: fcup.js如何在node中用webpack打包,和后端处理(webpack练习) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-07 - **Last Updated**: 2022-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一个小项目 关于fcup.js如何在node中用webpack打包,和后端处理 正好用来学习一下webpack打包 在线演示: http://fcup.lovefc.cn ## 本地使用 ```bash # 克隆本仓库 $ git clone https://gitee.com/lovefc/webpack.git # 安装依赖 $ npm install webpack -g $ cd webpack $ npm install # 编译项目 $ npm run watch (webpack --watch) # 启动开发服务器 $ npm run start ```