Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 894 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 894 Bytes

Solid TS Webpack Starter

Really basic starter. This build has a very minimal typescript setup with webpack, and webpack dev server. It has been added css-preprocessor sass and its loader, and some useful loaders and plugins. Use this as a quick way to get started if you intend to build your webpack config yourself.

中文文档 (并非逐字逐句翻译)

Clone the repository as your project's template

# Using npx
npx degit https://github.com/My-Project-Template/solid-ts-webpack5.git YOUR_PROJECT_DIRECTORY
npm i

# Using yarn
yarn dlx degit https://github.com/My-Project-Template/solid-ts-webpack5.git YOUR_PROJECT_DIRECTORY
yarn

# Using pnpm
pnpm dlx degit https://github.com/My-Project-Template/solid-ts-webpack5.git YOUR_PROJECT_DIRECTORY
pnpm up

References