Skip to content

My-Project-Template/solid-ts-webpack5

 
 

Repository files navigation

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

About

Really really basic Solid webpack build with TS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.9%
  • TypeScript 31.8%
  • HTML 1.2%
  • SCSS 1.1%
  • Less 1.0%