# terminalTools **Repository Path**: eric_ts/terminal-tools ## Basic Information - **Project Name**: terminalTools - **Description**: 嗯?嗯嗯?嗯嗯嗯? - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-08 - **Last Updated**: 2024-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, vite, vue3 ## README # 项目说明 一个原来已经废弃的项目,更新到比较新的依赖作为一个练习项目 ## 编辑器配置 [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## 项目架构 和 主要依赖 1. vue3 2. vite @4.0.0 (node.js > 16.x.x) 3. TS typescript 4. element-plus 5. sass 6. pinia 7. devtools(2024.11.27) 8. eslint(2024.11.27) ## 浏览器兼容 - 非 ie(vue3) - 非 opera(grid布局) ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```