1 Star 0 Fork 0

CoolSnow/vue3-quick-start

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
CoolSnow 提交于 2021-01-22 15:42 . update tailwindcss
{
"name": "vue3-quick-start",
"description": "Quick start project with Vue3 & Vite & TypeScript.",
"version": "1.0.0",
"private": true,
"author": "CoolSnow(coolsnow2020@gmail.com)",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development vite --port 3001 --open",
"build": "cross-env NODE_ENV=production vite build",
"test": "cross-env NODE_ENV=development jest -i"
},
"dependencies": {
"@vueuse/core": "^4.0.8",
"axios": "^0.20.0",
"vue": "^3.0.5",
"vue-i18n": "^9.0.0-rc.4",
"vue-router": "^4.0.3",
"vuex": "^4.0.0-rc.2"
},
"devDependencies": {
"@antfu/eslint-config-vue": "^0.3.4",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@vitejs/plugin-vue": "^1.1.0",
"@vue/compiler-sfc": "^3.0.5",
"@vuedx/typescript-plugin-vue": "^0.2.4-0",
"autoprefixer": "^10.2.3",
"cross-env": "^7.0.3",
"eslint": "^7.18.0",
"jest": "^26.6.3",
"mockjs": "^1.1.0",
"pnpm": "^5.15.2",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3",
"vite": "^2.0.0-beta.36",
"vite-plugin-components": "^0.6.6",
"vite-plugin-mock": "^2.0.0-beta.3",
"vite-plugin-voie": "^0.7.3",
"voie-pages": "^0.4.0"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"eslintConfig": {
"extends": "@antfu/eslint-config-vue"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/670696652/vue3-quick-start.git
git@gitee.com:670696652/vue3-quick-start.git
670696652
vue3-quick-start
vue3-quick-start
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385