1 Star 0 Fork 64

My education teaching/typescript文档笔记

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
sishen 提交于 2022-12-22 11:48 +08:00 . feat: add new docs(11-声明文件详解)
{
"name": "ts-docs",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "vitepress dev docs --port 3333",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"generate": "node ./autoCreate.js --del"
},
"devDependencies": {
"fs-extra": "10.1.0",
"fs-jetpack": "4.3.1"
},
"dependencies": {
"axios": "0.27.2",
"vitepress": "1.0.0-alpha.33",
"vue": "3.2.37"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/my-education-teaching/doc-typescript.git
git@gitee.com:my-education-teaching/doc-typescript.git
my-education-teaching
doc-typescript
typescript文档笔记
master

搜索帮助