Skip to content

uivjs/uivjs-admin

Repository files navigation

Vue Admin

Vue 3.0 admin management system template.

Open in CodeSandbox

Open in CodeSandbox gitee uivjs-admin

Download the example directly to the local preview: uiv-admin.zip for Github.

Description

.
├── 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

Development

  1. Install dependencies in the root directory .
npm install
  1. Installation package dependencies
npm run bootstrap
  1. Compile package
npm run build
  1. Monitor the compiled package
npm run watch:login       # 📦 @uivjs/admin-login
npm run watch:base-layout # 📦 @uivjs/admin-base-layout
  1. Run example
# 或者根目录运行
npm run start

Packages

This git repository is a repo built using Lerna. It contains several packages:

Package Version Description
@uivjs/admin-login npm -
@uivjs/admin-base-layout npm -

License

Licensed under the MIT License.