xyhxx / vite-vue-proste

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-vue-proste

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

Preview

Usage

  • Clone this repo, like git clone 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

✅ Prettier

✅ 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.


About

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

License:MIT License


Languages

Language:TypeScript 65.0%Language:JavaScript 11.7%Language:CSS 10.8%Language:Vue 7.5%Language:HTML 3.0%Language:Shell 2.0%