Vue 3.0 admin management system template.
Click any of the buttons below to start a new development environment to demo or contribute to the codebase without having to install anything on your machine:
Download the example directly to the local preview: uiv-admin.zip for Github.
.
├── README.md
├── example # Example preview
│ ├── README.md
│ ├── package.json
│ ├── public
│ ├── src
│ └── vue.config.js
├── lerna.json
├── package.json
├── packages
│ ├── base-layout # Source code of package @uivjs/admin-base-layout
│ └── login # Source code of package @uivjs/admin-login
└── tsconfig.json- Install dependencies in the root directory
.
npm install- Installation package dependencies
npm run bootstrap- Compile package
npm run build- Monitor the compiled package
npm run watch:login # 📦 @uivjs/admin-login
npm run watch:base-layout # 📦 @uivjs/admin-base-layout- Run example
# 或者根目录运行
npm run startThis git repository is a repo built using Lerna. It contains several packages:
| Package | Version | Description |
|---|---|---|
@uivjs/admin-login |
- | |
@uivjs/admin-base-layout |
- |
Licensed under the MIT License.