Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaoxfly/yaoxfly-ui-plus
vue3 Component
https://github.com/yaoxfly/yaoxfly-ui-plus
Last synced: 6 days ago
JSON representation
vue3 Component
- Host: GitHub
- URL: https://github.com/yaoxfly/yaoxfly-ui-plus
- Owner: yaoxfly
- Created: 2024-11-21T07:31:18.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T08:25:49.000Z (18 days ago)
- Last Synced: 2024-12-19T09:26:47.191Z (18 days ago)
- Language: JavaScript
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preface
Templates based on the monorepo architecture# Use
#### Startup template
```
pnpm run demo
```#### Package item
```
pnpm run build
```#### Add plugin to main repository
```
pnpm add -Dw Plug-in name
```#### Install specified dependencies separately for a package
pnpm provides the --filter parameter, which can be used to perform certain operations on specific packages.Therefore, if you want to install a dependent package for pkg1, such as axios, you can do the following:
```
pnpm add axios --filter Construction name
```#### Interdependencies between modules
```
pnpm add component-pc --filter demo
```