chore: update
This commit is contained in:
parent
b93c6c8314
commit
285bcdc0af
3
LICENSE
3
LICENSE
@ -1,7 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
// as this is a project template, free feel to it change to your name.
|
Copyright (c) 2020 Anthony Fu // free feel to change it to your name.
|
||||||
Copyright (c) 2020 Anthony Fu
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
### Router
|
### Router
|
||||||
|
|
||||||
- [Vue Router](https://github.com/vuejs/vue-router)
|
- [Vue Router](https://github.com/vuejs/vue-router)
|
||||||
- [Voie](https://github.com/vamplate/vite-plugin-voie) - file based routing
|
- [Voie](https://github.com/vamplate/vite-plugin-voie) - file system based routing
|
||||||
|
|
||||||
### Utils
|
### Utils
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[build]
|
[build]
|
||||||
publish = "dist"
|
publish = "dist"
|
||||||
command = "npx pnpm i && npm run build"
|
command = "NPM_FLAGS='' npx pnpm i && npm run build"
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"@iconify/core": "^1.0.0-beta.3",
|
"@iconify/core": "^1.0.0-beta.3",
|
||||||
"@vueuse/core": "^4.0.0-beta.4",
|
"@vueuse/core": "^4.0.0-beta.4",
|
||||||
"variantwind": "^0.3.4",
|
"variantwind": "^0.3.4",
|
||||||
"vue": "^3.0.0-rc.1",
|
"vue": "^3.0.0-rc.5",
|
||||||
"vue-i18n": "^9.0.0-alpha.13",
|
"vue-i18n": "^9.0.0-alpha.13",
|
||||||
"vue-router": "^4.0.0-beta.6"
|
"vue-router": "^4.0.0-beta.6"
|
||||||
},
|
},
|
||||||
@ -19,11 +19,11 @@
|
|||||||
"@typescript-eslint/eslint-plugin": "^3.8.0",
|
"@typescript-eslint/eslint-plugin": "^3.8.0",
|
||||||
"@vue/compiler-sfc": "^3.0.0-rc.5",
|
"@vue/compiler-sfc": "^3.0.0-rc.5",
|
||||||
"eslint": "^7.6.0",
|
"eslint": "^7.6.0",
|
||||||
"pnpm": "^5.4.12",
|
"pnpm": "^5.5.0",
|
||||||
"tailwindcss": "^1.6.2",
|
"tailwindcss": "^1.6.2",
|
||||||
"tailwindcss-dark-mode": "^1.1.6",
|
"tailwindcss-dark-mode": "^1.1.6",
|
||||||
"typescript": "^3.9.7",
|
"typescript": "^3.9.7",
|
||||||
"vite": "^1.0.0-rc.1",
|
"vite": "^1.0.0-rc.4",
|
||||||
"vite-plugin-voie": "^0.2.0"
|
"vite-plugin-voie": "^0.2.0"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user