An open API service indexing awesome lists of open source software.

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

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
```