Skip to content

Commit

Permalink
feat: #223 💪 vuejs/core playground (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei authored Jan 6, 2024
1 parent 0c1355b commit ebfde0e
Show file tree
Hide file tree
Showing 37 changed files with 400 additions and 1,006 deletions.
1 change: 0 additions & 1 deletion .eslintcache

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules
dist
examples/playground
examples/vue
examples/vuejs-core
.env
tools/translator/ja2en/input.md
tools/translator/ja2en/output.md
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"book": "resource",
"impls": "vue",
"online-book": "vuepress",
"vuejs-core": "vue",
"@extensions": "lib"
},
"material-icon-theme.files.associations": {}
Expand Down
24 changes: 0 additions & 24 deletions examples/vue/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions examples/vue/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions examples/vue/index.html

This file was deleted.

20 changes: 0 additions & 20 deletions examples/vue/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions examples/vue/src/App.vue

This file was deleted.

6 changes: 0 additions & 6 deletions examples/vue/src/main.ts

This file was deleted.

1 change: 0 additions & 1 deletion examples/vue/src/vite-env.d.ts

This file was deleted.

18 changes: 0 additions & 18 deletions examples/vue/tsconfig.json

This file was deleted.

9 changes: 0 additions & 9 deletions examples/vue/tsconfig.node.json

This file was deleted.

7 changes: 0 additions & 7 deletions examples/vue/vite.config.ts

This file was deleted.

16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "module",
"scripts": {
"prepare": "husky install",
"setup": "pnpm i && jiti tools/create-chibivue/main.ts",
"setup": "pnpm i && tsx tools/create-chibivue/main.ts",
"dev": "pnpm -F=@examples/playground run dev",
"dev:app": "pnpm -F=@examples/app run dev",
"dev:vapor": "pnpm -F=@examples/vapor run dev",
"dev:vue": "pnpm -F=@examples/vue run dev",
"dev:setup": "jiti tools/chibivue-playground/main.ts",
"vue:setup": "jiti tools/vue-playground/main.ts",
"dev:vue": "cd examples/vuejs-core && pnpm i && pnpm run dev",
"setup:vue": "tsx tools/vue-playground/main.ts",
"dev:setup": "tsx tools/chibivue-playground/main.ts",
"build": "tsx build",
"lint": "eslint --cache --ext .js,.ts,.tsx . --ignore-path .gitignore",
"format": "prettier --write --cache .",
Expand All @@ -19,8 +19,8 @@
"book:dev": "vitepress dev book/online-book",
"book:build": "vitepress build book/online-book --base /chibivue/",
"book:preview": "vitepress preview book/online-book",
"book:count-chars": "jiti tools/book-size/book/count-chars.ts",
"book:translate": "jiti tools/translator/ja2en/main.ts",
"book:count-chars": "tsx tools/book-size/book/count-chars.ts",
"book:translate": "tsx tools/translator/ja2en/main.ts",
"book:size": "tokei -f packages > tools/book-size/pkg/files.txt"
},
"config": {
Expand All @@ -45,6 +45,7 @@
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"chainsi": "^0.0.1",
"citty": "^0.1.3",
"consola": "^3.2.3",
Expand All @@ -55,12 +56,13 @@
"eslint-plugin-import": "^2.29.1",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jiti": "^1.19.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "^5.2.2",
"vite-hyper-config": "^0.2.1",
"vite-node": "^1.1.3",
"vitepress": "1.0.0-rc.4",
"vitepress-plugin-mermaid": "^2.0.16",
"vitest": "^0.29.2"
Expand Down
Loading

0 comments on commit ebfde0e

Please sign in to comment.