uniapp-ts-template
uniapp-ts-template copied to clipboard
πA template for uniapp with vue3.x and TypeScript.
Vue Next Uniapp
Vue Next Uniapp
πA template for uniapp with vue3.x and TypeScript.
π§Work in progressπ§
Features
-
π¦ Components auto importing
-
π¨ UnoCSS - the instant on-demand atomic CSS engine
-
πΌοΈ vk-uview-ui - a UI library for uniapp based on Vue3.x
-
π ucharts - a chart library for uniapp
-
π₯ Use the new
<script setup>
syntax -
π₯ APIs auto importing - use Composition API and others directly
-
π¦Ύ TypeScript, of course
-
π ESLint + Prettier + EditorConfig
Try it now!
VEnable requires Node >=14.18
Clone to local
If you prefer to do it manually with the cleaner git history
npx degit venable-team/venable-uniapp my-app
cd my-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
Usage
Development
Just run and visit http://localhost:5173
pnpm dev:h5
Build
To build the App, run
pnpm build:h5
And you will see the generated file in dist
that ready to be served.