wyg-notice
v1.1.4
Published
test description
Downloads
4
Readme
Features
🎨 UnoCSS - The instant on-demand atomic CSS engine.
😃 Use icons from any icon sets in Pure CSS
🔥 Use the new
<script setup>
style🦾 TypeScript, of course
Pre-packed
UI Frameworks
- UnoCSS - The instant on-demand atomic CSS engine.
Icons
- Iconify - use icons from any icon sets 🔍Icônes
- Pure CSS Icons via UnoCSS
Plugins
- Vue Router
vite-plugin-pages
- file system based routing
unplugin-auto-import
- Directly use Vue Composition API and others without importingunplugin-vue-components
- components auto import- VueUse - collection of useful composition APIs
Git Commit Messages
Editor Plugins:
VsCode: Commit Message Editor
WebStorm: Git Commit Template
Create New Project
git clone --depth 1 https://codeup.aliyun.com/618cb59cba5e0db70ee6b363/sfsj-front-end/template-arco.git my-app
cd my-app
git update-ref -d HEAD
git commit -m "feat: init"
git remote set-url origin https://xxx # your project git clone url
git push
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm