临沂星普液压

xyh da00bd6928 refactor: 配置提示错误信息 2 éve
.husky 219dd212d0 chore: 初始化项目 2 éve
.vscode 219dd212d0 chore: 初始化项目 2 éve
cypress 9155f7d454 chore: 移除prettier 2 éve
public 219dd212d0 chore: 初始化项目 2 éve
src da00bd6928 refactor: 配置提示错误信息 2 éve
.editorconfig 0335eddf00 refactor: 抽取公共button 2 éve
.env.development 219dd212d0 chore: 初始化项目 2 éve
.env.production 219dd212d0 chore: 初始化项目 2 éve
.env.test 219dd212d0 chore: 初始化项目 2 éve
.eslintignore 219dd212d0 chore: 初始化项目 2 éve
.eslintrc.js 0335eddf00 refactor: 抽取公共button 2 éve
.gitignore 219dd212d0 chore: 初始化项目 2 éve
.stylelintignore 219dd212d0 chore: 初始化项目 2 éve
.stylelintrc.json e1040dc164 feat: 登录ui完成 2 éve
LICENSE 219dd212d0 chore: 初始化项目 2 éve
README.md 219dd212d0 chore: 初始化项目 2 éve
commitlint.config.js 219dd212d0 chore: 初始化项目 2 éve
cypress.config.ts 9155f7d454 chore: 移除prettier 2 éve
index.html 219dd212d0 chore: 初始化项目 2 éve
package.json 9155f7d454 chore: 移除prettier 2 éve
pnpm-lock.yaml 9155f7d454 chore: 移除prettier 2 éve
tsconfig.json 219dd212d0 chore: 初始化项目 2 éve
tsconfig.node.json 219dd212d0 chore: 初始化项目 2 éve
tsconfig.paths.json b028aef247 feat: 添加国际化操作 2 éve
vite.config.ts b028aef247 feat: 添加国际化操作 2 éve

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.