临沂星普液压

xyh 169c0ce5c7 update: 增加最后修改人和最后修改事件 2 jaren geleden
.husky 219dd212d0 chore: 初始化项目 2 jaren geleden
.vscode 219dd212d0 chore: 初始化项目 2 jaren geleden
cypress 9155f7d454 chore: 移除prettier 2 jaren geleden
public 219dd212d0 chore: 初始化项目 2 jaren geleden
src 169c0ce5c7 update: 增加最后修改人和最后修改事件 2 jaren geleden
.editorconfig 0335eddf00 refactor: 抽取公共button 2 jaren geleden
.env.development 219dd212d0 chore: 初始化项目 2 jaren geleden
.env.production 219dd212d0 chore: 初始化项目 2 jaren geleden
.env.test 219dd212d0 chore: 初始化项目 2 jaren geleden
.eslintignore 219dd212d0 chore: 初始化项目 2 jaren geleden
.eslintrc.js face79c241 feat: 过滤框完成 2 jaren geleden
.gitignore 219dd212d0 chore: 初始化项目 2 jaren geleden
.stylelintignore 219dd212d0 chore: 初始化项目 2 jaren geleden
.stylelintrc.json e1040dc164 feat: 登录ui完成 2 jaren geleden
LICENSE 219dd212d0 chore: 初始化项目 2 jaren geleden
README.md 219dd212d0 chore: 初始化项目 2 jaren geleden
commitlint.config.js 219dd212d0 chore: 初始化项目 2 jaren geleden
cypress.config.ts 9155f7d454 chore: 移除prettier 2 jaren geleden
index.html 219dd212d0 chore: 初始化项目 2 jaren geleden
package.json 1fba435a2e chore: 覆盖packageManager 2 jaren geleden
pnpm-lock.yaml 8f7305d4fe feat: 菜单功能完成 2 jaren geleden
tsconfig.json 79abb711d7 refactor: ui库迁移至naiveui 2 jaren geleden
tsconfig.node.json 219dd212d0 chore: 初始化项目 2 jaren geleden
tsconfig.paths.json b028aef247 feat: 添加国际化操作 2 jaren geleden
vite.config.ts face79c241 feat: 过滤框完成 2 jaren geleden

README.md

vite-vue-proste

Simple, convenient, out of the box, using vite's vue3 template

Preview

Usage

  • Clone this repo, like git clone https://https://github.com/xyhxx/vite-vue-proste. In addition, you can click "Use this template" to copy this template to your repositories,or use degit.

  • Install all dependencies pnpm install

  • Build under development mode pnpm dev

  • Build under production mode pnpm build

  • Preview web page pnpm preview

  • Unit test or integration test pnpm test

  • Other scripts can be viewed in package.json

✨Packages

typescript is used in the project, and all dependencies that need to install @types/xxx have been added

✅ Pinia

✅ vue-router

✅ TypeScript

✅ Axios

✅ Vitest

✅ vue-test-utils

✅ vue-query

✅ ESLint

✅ Stylelint

✅ PostCSS

✅ VeBoundary

✅ Cypress

🎊Preset

Alias folders are exported using index

✅ folder(pages, routes, apis, assets, hooks, components, stores, styles, utils)

✅ alias(@pages, @routes, @apis...)

✅ eslint config(use eslint-config-proste)

✅ stylelint config

✅ editor config

LICENSE

MIT License

Copyright (c) 2022 xyhxx

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.