You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the VueJs client for [ASP.NET Boilerplate](https://aspnetboilerplate.com/Pages/Documents)'s ASP.NET Core MVC template. Thanks to [@xiaochong44](http://github.com/xiaochong44) for providing the initial template.
`Note: The demo online will be updated after the new version of the development version is released, so if you want to experience the iview-admin with latest version, please clone the full project code and run it locally.`
23
-
24
-
## Install
25
7
```bush
26
-
// install dependencies
27
8
npm install
28
9
```
10
+
or
11
+
12
+
```bush
13
+
yarn
14
+
```
15
+
29
16
## Run
17
+
30
18
### Development
31
19
```bush
32
20
npm run dev
@@ -35,160 +23,3 @@ npm run dev
35
23
```bush
36
24
npm run build
37
25
```
38
-
39
-
## Introduction
40
-
  iView-admin is a suite of backstage management system developed based on Vue.js and use the UI Toolkit -- [iView](https://www.iviewui.com). It's maintained by the TalkingData front-end visualization team member. iView-admin compolies with iView design and development contract, use uniform style, and more features are developing. If you want to check the update of iView-admin, you can view [Update log](https://github.com/iview/iview-admin/releases) to get. If you are new to iView-admin, you can go to [WIKI](https://github.com/iview/iview-admin/wiki) for tutorials. If you want to experience iView-admin online, you can visit [View online](https://iview.github.io/iview-admin) to experience. If you just want a sober and cool interface then you can download [Simplify Templates](https://github.com/iview/iview-admin/tree/template) for development.
0 commit comments