Awesome
vue-start-admin
This is a modern adaptation of the Start Vue Free - Admin Dashboard Template by KeenThemes. This project builds upon the original template, incorporating contemporary enhancements and modifications to meet current development standards and user expectations.
Changes
-
Use the new
<script setup>
syntax -
TypeScript 5
-
ESLint with @antfu/eslint-config, single quotes, no semi,
-
Config JSX
Project Setup
pnpm install
Compile and Hot-Reload for Development
pnpm dev
Compile and Minify for Production
pnpm build
Type check
pnpm typecheck
Lint with ESLint
pnpm lint