UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

29 lines (18 loc) 658 B
<p align="center">SmartUI Plus - A Vue.js 3 UI library</p> - 💪 Vue 3 Composition API - 🔥 Written in TypeScript ## Getting Started Alright, for you to get started if you are looking for making SmartUI Plus better you should keep reading. For developers that uses SmartUI Plus to develop your website you should go ahead visit <!-- [Getting Started](https://element-plus.org/). --> <!-- - 站点文档(https://element-plus.gitee.io/) --> ## 安装失败问题 ### puppeteer安装跳过chromium下载 - Mac ```shell export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ``` - windows ```shell $env:PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true" ```