Skip to content

Commit

Permalink
feat: add vue3 template
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Jan 18, 2023
1 parent db1289a commit c4fbd58
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
path = template/vitepress-vue-component
url = https://github.com/web-app-template/template-vitepress-vue-component.git
branch = main
[submodule "template/vue3"]
path = template/vue3
url = https://github.com/web-app-template/template-vue3.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ npm init @app-template/app@latest
- [template-koa-restful-mongodb](https://github.com/web-app-template/template-node-koa-restful-mongodb)
- [node-express-restful](https://github.com/web-app-template/template-node-express-restful)
- [template-hexo-blog](https://github.com/web-app-template/template-hexo-blog)
- [template-vue3](https://github.com/web-app-template/template-vue3)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app-template/create-app",
"version": "1.0.10",
"version": "1.0.11",
"description": "CLI for creating new app.",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions template/vue3
Submodule vue3 added at 00e867

0 comments on commit c4fbd58

Please sign in to comment.