# 0. Clone project git clone https://github.com/yugasun/vue-ts-starter # 1. Install dependencies pnpm install # 2. Start develop server pnpm dev # 3. Build pnpm build Customize If you want to use Ant Design Vue, just checkout the branch antd. git clone --branch antd https://github...
unocss.config.ts for config Unocss(), VitePWA(pwaOptions), // https://github.com/intlify/bundle-tools/tree/main/packages/unplugin-vue-i18n VueI18n({ runtimeOnly: true, compositionOnly: true, /* eslint-disable-next-line @typescript-eslint/ban-ts-comment */ // @ts-ignore strict...
vue2-typescript-starter Project setup npm install Compiles and hot-reloads for development npm run serve Compiles and minifies for production npm run build Run your unit tests npm run test Test single file jest [your file] To use this commad,you need to install jest global firstly...
vite-vue-starter / vite.config.ts vite.config.ts3.52 KB 一键复制编辑原始数据按行查看历史 mikasa提交于12天前.fix: 修复幽灵依赖 vite-plugin-vue-inspector import*aspathfrom'node:path'; importlegacyfrom'@vitejs/plugin-legacy'; importvuefrom'@vitejs/plugin-vue'; ...
1 https://gitee.com/milian/vue3-ts-ep-starter.git git@gitee.com:milian/vue3-ts-ep-starter.git milian vue3-ts-ep-starter vue3-ts-ep-starter深圳市奥思网络科技有限公司版权所有 Git 大全 Git 命令学习 CopyCat 代码克隆检测 APP与插件下载 Gitee Reward Gitee 封面人物 GVP 项目 Gitee...
[vite-vue2-ts-starter](https://github.com/your-repo-link) 提供了一个快速开发 Vue 2 项目的起点。该模板配置了 Vite 构建工具,使项目启动更加迅速。同时,整合了 TypeScript,为项目提供类型检查和更好的代码提示。 项目中已配置 ESLint 和 Prettier,确保代码风格一致且高质量。通过 Husky 和 Commitlint,实现...
stringfy({ '@schema': 'https://json.schemastore.org/jsonld.json', '@context': 'http://schema.org', '@type': 'WebSite', name: 'Vite Vue2 Vuetify TypeScript Startar', url: 'https://github.com/logue/vite-vue2-vuetify-ts-starter', description: 'Vite Vue2 Vuetify TypeScript Demo ...
1.0.3.9 widgets ├── demo // 业务组件目录 │ ├── index.vue // 业务组件 │ └── test.vue // 业务组件用法 └── test.vue // 对应路由/test 可以直接在这里测试About 嘻嘻嘻 ggupzhh.github.io/vue3-naive-ts-starter/login Resources Readme License MIT license Activity Stars ...
tdesign-vue-starter / globals.d.ts globals.d.ts 285 Bytes 一键复制 编辑 原始数据 按行查看 历史 zookeepdev 提交于 2年前 . chore: fix page path (#211) 12345678910111213 // 通用声明 declare type ClassName = { [className: string]: any } | ClassName[] | string; declare interface...
vue-starter / components.d.ts components.d.ts 346 Bytes 一键复制 编辑 原始数据 按行查看 历史 sherllin 提交于 1个月前 . first commit 12345678910111213 /* eslint-disable */ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core...