chore: update

This commit is contained in:
Anthony Fu 2020-08-10 13:37:49 +08:00
parent b93c6c8314
commit 285bcdc0af
4 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,6 @@
MIT License
// as this is a project template, free feel to it change to your name.
Copyright (c) 2020 Anthony Fu
Copyright (c) 2020 Anthony Fu // free feel to change it to your name.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -28,7 +28,7 @@
### 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

View File

@ -4,7 +4,7 @@
[build]
publish = "dist"
command = "npx pnpm i && npm run build"
command = "NPM_FLAGS='' npx pnpm i && npm run build"
[[redirects]]
from = "/*"

View File

@ -10,7 +10,7 @@
"@iconify/core": "^1.0.0-beta.3",
"@vueuse/core": "^4.0.0-beta.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-router": "^4.0.0-beta.6"
},
@ -19,11 +19,11 @@
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@vue/compiler-sfc": "^3.0.0-rc.5",
"eslint": "^7.6.0",
"pnpm": "^5.4.12",
"pnpm": "^5.5.0",
"tailwindcss": "^1.6.2",
"tailwindcss-dark-mode": "^1.1.6",
"typescript": "^3.9.7",
"vite": "^1.0.0-rc.1",
"vite": "^1.0.0-rc.4",
"vite-plugin-voie": "^0.2.0"
},
"eslintConfig": {