This starter template also includes:
- Vue Router 4.x
- Inter var font (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
- Just-in-Time mode by default introduced in Tailwind CSS v2.1 (in preview!)
- Headless UI - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- Heroicons - beautiful hand-crafted SVG icons, by the makers of Tailwind CSS
First-party plugins needed for Tailwind UI:
npx degit web2033/vite-vue3-tailwind-starter vvt-app
cd vvt-app
npm:
npm i
npm run dev
npm run build
npm run serve
yarn:
yarn
yarn dev
yarn build
yarn serve
- Enabling https on localhost (dev notes)
- Vite dev server with netlify dev support (dev notes)
- Volar - recommended (instead of Vetur) VSCode extension built specifically for Vue 3
- Pinia - state-management alternative to Vuex 4 with a similar to upcoming Vuex 5 API
- VueUse - collection of essential Vue Composition Utilities
- 首页
- 仪表盘
- 文档单页面(iframe)
- 引导页面
- 权限控制页面
- 图标集合页面
- 组件
- 富文本编辑器
- 代码编辑器
- 头像上传
- drop draw
- 列表拖拽
- to do list 看板
- 图表
- 折线
- 柱状图
- 折柱图
- 桑基图
- 热力图
- 表格
- 动态表格
- 可拖拽表格
- 综合实例
- 创建文章
- 文章列表
- layout布局
- 基础layout
- tab
- tab+layout
- 缺省页面
- 404 不存在
- Excel
- 导出Excel
- 上传Excel
- 导出Zip
- 导出pdf
- 全局主题切换
- 复制
- 国际化
- 系统登陆
- 全局帮助按钮组