Skip to content

Commit 508c13a

Browse files
committed
doc (readme) improve doc & screen
1 parent d07a498 commit 508c13a

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
11
# Vue3 + Vite + Typescript Starter
22

3-
_Simple fast starter for developing with Vue 3 and Typescript in Vite. (With Lint & Prettier tools)_
3+
_Simple starter template for developing Vue 3 app with some often used features_
44

5-
💻 Vue 3 | Vite | Typescript | ESLint | Prettier.
5+
💻 Vue 3 | Vite | Typescript | Vuex | ESLint | Prettier | Axios.
66

77

88
![Screen Starter][screen]
99

1010

11+
12+
---
13+
14+
15+
16+
## 📦️ Features
17+
18+
- Vue 3 (Composition API)
19+
- Vite
20+
- Typescript support
21+
- Routing via `vue-router`
22+
- ESLint + Prettier
23+
- Axios
24+
- Vuex
25+
- SCSS/SASS support
26+
- More soon…
27+
28+
29+
1130
---
1231

1332

@@ -77,8 +96,6 @@ _🚧 Coming soon… (cypress ?)_
7796

7897
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
7998

80-
_🚧 Coming soon…_
81-
8299

83100

84101
---
@@ -97,5 +114,6 @@ Originally written & currently maintained by [@Sp0ne][vinces] © 2021
97114

98115

99116
[vinces]: https://vinces.io
100-
[screen]: doc/screen-starter.png
117+
[screen]: public/images/screen-starter.gif
118+
[docs-github-api]: https://docs.github.com/en/rest/reference/repos#list-repositories-for-a-user
101119

0 commit comments

Comments
 (0)