Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 459 Bytes

frontend-astro

frontend-astro

Astro Svelte Vite TailwindCSS

npm run dev
npm run build

接下来要做的事

  • 文章内容页markdown格式渲染出了html标签但不能正常显示
  • 文章页面需要一个分页功能
  • 404页面
  • 不需要客户端渲染的组件改成astro组件(✅)
  • astro的View Transitions特性似乎能做到在不刷新浏览器的情况下更新页面内容(✅)