Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akinoccc/ui-library-vue3-starter
https://github.com/akinoccc/ui-library-vue3-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akinoccc/ui-library-vue3-starter
- Owner: akinoccc
- Created: 2023-03-22T02:25:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T07:24:42.000Z (over 1 year ago)
- Last Synced: 2024-10-12T17:41:46.178Z (3 months ago)
- Language: TypeScript
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ui-library-vue3-starter
## Start
### Install
```shell
pnpm i
```### Start Dev
```shell
pnpm dev
```You can import the component to "/example/app.example.vue" which you want to preview.
## Preview
Preview the built components.
```shell
pnpm docs:dev
```you can see the result **after building the packages**.
## Build
```shell
pnpm build
```