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

🌏 Open in the Cloud

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:

Open in VS Code Open in Glitch Open in GitHub Codespaces Open in StackBlitz Open in Repl.it Open in Codeanywhere Open in Gitpod

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.

About

Vue 3.0 admin management system template.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •