初始化工程
parents
Showing
README.md
0 → 100644
meta.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "smart3d-vue3", | ||
"version": "0.0.1", | ||
"description": "a svi CLI smart3d vue3 app template.", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"template" | ||
], | ||
"author": "zengyl@southzn.com", | ||
"license": "MIT" | ||
} |
template/.eslintignore
0 → 100644
template/.eslintrc.js
0 → 100644
template/.gitignore
0 → 100644
template/.husky/commit-msg
0 → 100644
template/.husky/pre-commit
0 → 100644
template/.prettierignore
0 → 100644
template/.prettierrc.js
0 → 100644
template/README.md
0 → 100644
template/index.html
0 → 100644
template/package.json
0 → 100644
template/public/favicon.ico
0 → 100644
4.19 KB
template/src/App.vue
0 → 100644
template/src/env.d.ts
0 → 100644
template/src/main.ts
0 → 100644
template/tsconfig.json
0 → 100644
template/vite.config.ts
0 → 100644