https://github.com/alphayu/adnc-vue2
ADNC's Vue2 front-end
https://github.com/alphayu/adnc-vue2
adnc vue vue-admin-element vuejs2
Last synced: 8 months ago
JSON representation
ADNC's Vue2 front-end
- Host: GitHub
- URL: https://github.com/alphayu/adnc-vue2
- Owner: AlphaYu
- License: mit
- Created: 2023-03-19T12:35:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T16:26:43.000Z (over 2 years ago)
- Last Synced: 2024-10-10T07:04:49.428Z (12 months ago)
- Topics: adnc, vue, vue-admin-element, vuejs2
- Language: JavaScript
- Homepage:
- Size: 1.56 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adnc-vue2
This module provides a user interface solution for a pure static backend management system based on Vue.js.
This module is cloned from: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template), and thanks to PanJiaChen.
## Build Steps.
```bash
# Only supports Node.js 16.xx.
# Install dependencies
npm install --registry=https://registry.npm.taobao.org# Serve with hot reload at localhost:9528
npm run dev# Build for production with minification
npm run build# Build for production and view the bundle analyzer report
npm run build --report
```