English | 简体中文
- ⚡️ Based on vitesse.
- 🦾 TypeScript, of course.
- ⚙️ Unit Testing with Vitest.
- ☁️ Deploy on pnpm, zero-config.
Requires Node >=22
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
npx degit talex-touch/tuff-plugin-template my-tuff-plugin
cd my-tuff-plugin
pnpm i # If you don't have pnpm installed, run: npm install -g pnpmWhen you use this template, try follow the checklist to update your info properly
- Change the author name in
LICENSE - Change the author name in
package.json - Change the project name in
package.json - Clean up the READMEs and remove routes
And, enjoy :)
Just run and visit http://localhost:3333
pnpm devTo build the App, run
pnpm buildAnd you will see the generated file in dist that ready to be served.