# virtualDom **Repository Path**: huo15com/virtualDom ## Basic Information - **Project Name**: virtualDom - **Description**: 虚拟dom学习 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 虚拟DOM 学习代码 =========== ### 青岛火一五信息科技有限公司 - 赞恩 - QQ: 3186355915 [![Dependency Status](https://david-dm.org/cvgellhorn/webpack-boilerplate.svg)](https://david-dm.org/cvgellhorn/webpack-boilerplate) [![devDependency Status](https://david-dm.org/cvgellhorn/webpack-boilerplate/dev-status.svg)](https://david-dm.org/cvgellhorn/webpack-boilerplate) > Plain webpack 4 boilerplate with Babel, SASS and lodash on board ## Requirements You only need node.js pre-installed and you’re good to go. If you don’t want to work with lodash, just remove it from the node packages and the webpack config. ## Setup Install dependencies ```sh $ npm install ``` ## Development Run the local webpack-dev-server with livereload and autocompile on [http://localhost:8080/](http://localhost:8080/) ```sh $ npm run dev ``` ## Deployment Build the current application ```sh $ npm run build ```