Skip to content

Commit 719cac3

Browse files
committed
add readme.md for vue template
1 parent 3e85fbc commit 719cac3

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

vue/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+

vue/_screenshots/roles.png

106 KB
Loading

0 commit comments

Comments
 (0)