Vite、Typescript、Preact模板

243 阅读1分钟

Vite的Preact类型脚本模板

这个模板可以让你在短时间内启动并运行Preact和Vite。

✨ 特点

  • 类型脚本
  • ESLint
  • 样式
  • Stylelint
  • husky和lint-staged
  • 路径别名(绝对导入)

命令

npm start: start the development server
npm run build: build for production
npm run preview: serve a production build locally for testing