Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 441 Bytes

directoryList.md

File metadata and controls

23 lines (23 loc) · 441 Bytes

F:\student\code-stu-example\vue-datav-template ├─.gitignore ├─directoryList.md ├─index.html ├─package.json ├─pnpm-lock.yaml ├─README.md ├─tsconfig.json ├─tsconfig.node.json ├─vite.config.ts ├─src | ├─App.vue | ├─main.ts | ├─style.css | ├─vite-env.d.ts | ├─components | | └HelloWorld.vue | ├─assets | | └vue.svg ├─public | └vite.svg ├─.vscode | └extensions.json