# typescript_webpack_tpl **Repository Path**: okay_6/typescript_webpack_tpl ## Basic Information - **Project Name**: typescript_webpack_tpl - **Description**: webpack + typescript 的 webpack基础配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-17 - **Last Updated**: 2023-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack_lib 基于webpack 配置的一套插件编写模板 ## Building and running on localhost First install dependencies: ```sh npm install ``` To create a production build: ```sh npm run build-prod ``` To create a development build: ```sh npm run build-dev ``` ## Running ```sh node dist/bundle.js ``` ## Testing To run unit tests: ```sh npm test ``` ## Credits Made with [createapp.dev](https://createapp.dev/)