Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themusecatcher/web-vue
Vue3 + TypeScript +Vite + Less 开发的模板项目,开箱即用
https://github.com/themusecatcher/web-vue
Last synced: about 2 hours ago
JSON representation
Vue3 + TypeScript +Vite + Less 开发的模板项目,开箱即用
- Host: GitHub
- URL: https://github.com/themusecatcher/web-vue
- Owner: themusecatcher
- Created: 2024-06-18T09:48:57.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-27T07:58:05.000Z (8 days ago)
- Last Synced: 2024-12-27T08:30:18.104Z (8 days ago)
- Language: HTML
- Homepage:
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-vue
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Type Support for `.vue` Imports in TS
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
pnpm install
```### Compile and Hot-Reload for Development
```sh
pnpm dev
```### Type-Check, Compile and Minify for Production
```sh
pnpm build
```### Lint with [ESLint](https://eslint.org/)
```sh
pnpm lint
```