1.0.4 • Published 2 years ago

wygtest-notice v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Features

Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Git Commit Messages

Conventional Commits

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