🚀A modern vue admin. It is based on vue3.x and TypeScript. It's so fast!
🚧Work in progress🚧
-
📦 Components auto importing
-
🎨 UnoCSS - the instant on-demand atomic CSS engine
-
🔥 Use the new
<script setup>
syntax -
📥 APIs auto importing - use Composition API and others directly
-
🦾 TypeScript, of course
VEnable requires Node >=14.18
If you prefer to do it manually with the cleaner git history
npx degit xbmlz/venable-admin my-app
cd my-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
Just run and visit http://localhost:5173
pnpm turbo dev
To build the App, run
pnpm turbo build
And you will see the generated file in dist
that ready to be served.