Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.16 KB

Arco Uno Basic Template

Features

Try it now!

arco-uno-basic-template requires Node >=14.18

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit lanseria/arco-uno-basic-template my-arco-uno-app
cd my-arco-uno-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm