1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(packages/vue): new package with initial configuration files

This commit is contained in:
2024-05-30 04:16:15 +07:00
parent c007a54522
commit 03245921da
6 changed files with 354 additions and 10 deletions

5
packages/vue/jsr.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "@robonen/vue",
"version": "0.0.0",
"exports": "./src/index.ts"
}