嗨,我是余俊毅,是個前端開發人員! 這是我個人的學習筆記
- ASTRO + Typescript
- Tailwind CSS + Tailwind-Merge + clsx
- Tabler Icons
- Eslint
- Prettier
- Search Library
- Motion
- Tina CMS - CMS.
( 部落格模板修改自開源專案:連結 )
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:3000 |
pnpm run build |
Build your production site to ./dist/ |
pnpm run preview |
Preview your build locally, before deploying |
pnpm run format:check |
Check code format with Prettier |
pnpm run format |
Format codes with Prettier |
pnpm run sync |
Generates TypeScript types for all Astro modules. Learn more. |
pnpm run lint |
Lint with ESLint |