Skip to content

bbzyalone/my-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

导入报红问题

import xxx from 'astro:content'; //导入报红问题 
同步生成模块
npm run astro sync
issues: https://github.com/withastro/astro/issues/5711
需要运行构建或使用新的 sync 命令来生成此模块

vue集成



默认为静态页面 需要激活组件
<!-- 该组件的 JS 将在页面加载开始时导入 -->
<InteractiveButton client:load />

<!-- 该组件的 JS 将不会发送给客户端,直到用户向下滚动到该组件在页面上可见时 -->
<InteractiveCounter client:visible />

<!-- 这个组件不会在服务端渲染, 但是在页面加载时将渲染在客户端 -->
<InteractiveModal client:only="svelte" />

自定义app端点

侧边栏

https://starlight.astro.build/zh-cn/

组件参数

https://docs.astro.build/zh-cn/core-concepts/astro-components/#%E7%BB%84%E4%BB%B6%E5%8F%82%E6%95%B0

Zod文档

https://github.com/colinhacks/zod/blob/master/README_ZH.md

json 转ts类

class-transformer
import {plainToInstance} from 'class-transformer'
const resultUser: User[]=plainToInstance(User,jsonData);

json对象转ts class

class-transformer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published