File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ASP.NET Boilerplate VueJS Template
2
+
3
+ The Vue.js integration for ABP Boilerplate framework. This template is built on Vue+iview+Typescript.
4
+
5
+ ![ ] ( _screenshots/roles.png )
6
+
7
+ ## Getting Started
8
+
9
+ ### Installing
10
+
11
+
12
+ ``` sh
13
+ cd vue
14
+ yarn install
15
+ ```
16
+
17
+ And then start
18
+
19
+ ```
20
+ yarn serve
21
+ ```
22
+
23
+ ## Deployment
24
+
25
+ ``` sh
26
+ yarn build
27
+ ```
28
+
29
+ ## Built With
30
+
31
+ * [ Vue] ( https://vuejs.org/ ) - The Progressive JavaScript Framework
32
+ * [ Typescript] ( https://www.typescriptlang.org/ ) - Used for static typing
33
+ * [ Vuex] ( https://vuex.vuejs.org/ ) - Vuex is a state management pattern + library for Vue.js applications.
34
+ * [ iView] ( https://www.iviewui.com/ ) - A High quality and rich functions, friendly APIs, free and flexible UI Toolkit based on Vue.js.
35
+
You can’t perform that action at this time.
0 commit comments