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
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> My personal repo template for developing Vue 3 libraries in a monorepo powered by yarn workspaces
4
4
5
-
**STATE**: WIP - under development ⚠️ This may not yet work as intended in some places/scenarios.
5
+
**STATE**: Still working on this here and ther, but it's working fine, usually ☺️
6
6
7
7
## What is this and who is it for?
8
8
@@ -12,19 +12,18 @@ This template is primarily meant for myself (but you can of course you it any wa
12
12
13
13
As such, it is pretty opinionated, and probably does some things in way you don't like, or is missing something you deem essential. That's fine. Fork it and make it your own :)
14
14
15
-
It also uses a bunch of new/experimental things out of the Vue ecosystem (namely Vite and Vitepress), so expect some hick-ups while using those parts of the setup.
16
-
17
15
## Features
18
16
19
17
* ✅ Full Typescript support for the whole dev workflow
20
-
* ⚡️ Lightning-fast dev workflow completely powered by Vite:
18
+
* ⚡️ Ergonomic and easy workflow completely powered by Vite & PNPM:
21
19
* 🎯 Build your libraries with [Vite](https://github.com/vitejs/vite)
22
20
* ⛱️ Typechecking & Generating declaration files with `vue-tsc`(https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc)
23
21
* 🏈 Integrated playground app powered by [Vite](https://github.com/vitejs/vite) as well
24
-
* 📚 Documentation powered by [Vitepress](https://vitepress.vuejs.org)
25
22
* 💊 Unit Tests with [Vitest](https://www.vitest.dev)
26
23
* 🖍 Linting with `eslint` and `prettier`
27
24
*[PLANNED] linting & fixing for staged files (`lint-staged`)
25
+
* 📚 Documentation powered by [Vitepress](https://vitepress.vuejs.org)
26
+
* Ready to be deployed to [Netlify](https://www.netlify.com)
0 commit comments