English | 简体中文
- ⚡️ Vue 3, Vite 3, pnpm, ESBuild - fast and faster !
- 💪 Typescript - of course! necessary
- 🎉 Element Plus ready - UI Library based on Vue.js 3
- 🔥 Axios - Http Library based on Promise
- 💡 Vue Router 4 - The official router for Vue.js
- 📦 Components auto importing - Automatically register components on demand without import
- 📥 Auto import APIs - Automatically import APIs
- 🍍 State Management via Pinia - The Vue Store that you will enjoy using
- 🎨 PostCSS - A tool for transforming CSS with JavaScript
- 🎨 UnoCSS - Instant On-demand Atomic CSS Engine
- 😃 icones - Powerful Icon Library, Use icons from any icon sets
- 🌍 I18n ready - Want to translate? Yes, you can!
- 👩🎨 NProgress - Page loading progress feedback
- 😃 SVG Support - Support the use of SVG images as components
- 📑 Markdown Support - Markdown as components / components in Markdown
- 🔑 Complete code style specification and code submission specification
- TypeScript
- VS Code Extensions
- Volar -Vue 3 IDE support
- Iconify IntelliSense - Icon inline display and autocomplete
- i18n Ally - All in one i18n support
- PostCSS - A tool for transforming CSS with JavaScript
- ESLint - Code quality and rule checking
- Prettier - Code formatter - Focus on code formatting and beautifying code
- Stylelint - A mighty CSS linter - Helps you avoid errors and enforce conventions
- EditorConfig for VS Code - Coding style check
git clone https://github.com/Valinaa/Auction-vite.git my-own-vite
cd my-own-vite
pnpm i
Before you use this template, follow the checklist to update your info
- the author name in
LICENSE
- the author information in
package.json
- the favicon and avatar in
src/assets
- the
README
- update/remove
routes
,stores
and some vue components
pnpm run dev
Run and visit http://localhost:3000
pnpm run build
The generated files are in the directory dist