文件名称:petite-vue-starter::butterfly: 快速查看 + Tailwind + Typescript 入门套件
文件大小:71KB
文件格式:ZIP
更新时间:2024-08-12 14:24:44
vue starter-template petite-vue HTML
小巧的 Vue 初学者 主要特征 :vulcan_salute: 小维 :leaf_fluttering_in_wind: 顺风 :high_voltage: 维特 :butterfly: 打字稿 :safety_vest: ESLint & Prettier 介绍 Petite Vue 是 Vue 的 5kb 子集,针对渐进式增强进行了优化。 如果您正在寻找全面的介绍和功能列表,请。 项目启动器通常体积庞大且速度缓慢。 这个尝试尽可能地简约,同时具有可扩展性和多功能性。 用法 通过直接通过 GitHub 或手动分叉,将此项目用作模板。 将新的 repo 克隆到本地存储库并运行npm install以安装依赖项。 npm run dev - 启动开发服务器并构建用于开发的资产。 npm run build - 为生产构建资产。 npm run serve - 为生产npm run serve资产。 npm run lint - Lint 代码库并产生警告。 npm run lint:fix - Lint 代码
【文件预览】:
petite-vue-starter-main
----.eslintrc.json(337B)
----.gitignore(36B)
----package.json(947B)
----package-lock.json(226KB)
----src()
--------types()
--------main.ts(355B)
--------style.css(369B)
----postcss.config.js(104B)
----LICENSE(1KB)
----public()
--------favicon.ico(4KB)
----tsconfig.json(406B)
----vite.config.ts(213B)
----README.md(1KB)
----index.html(2KB)
----netlify.toml(163B)
----.vscode()
--------settings.json(84B)
--------extensions.json(123B)
----tailwind.config.js(297B)
----.husky()
--------pre-commit(58B)