https://github.com/martinussuherman/vue-template
Vue2 with typescript and vite starter template
https://github.com/martinussuherman/vue-template
vite vite-starter-template vite-template vue vue2 vue2-typescript-vite
Last synced: 7 months ago
JSON representation
Vue2 with typescript and vite starter template
- Host: GitHub
- URL: https://github.com/martinussuherman/vue-template
- Owner: martinussuherman
- License: mit
- Created: 2021-02-11T11:06:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T17:54:13.000Z (over 1 year ago)
- Last Synced: 2025-03-21T03:34:26.782Z (7 months ago)
- Topics: vite, vite-starter-template, vite-template, vue, vue2, vue2-typescript-vite
- Language: Vue
- Homepage: https://martinussuherman.github.io/vue-template/
- Size: 271 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue2 + Typescript + Vite Starter Template
[](https://www.codefactor.io/repository/github/martinussuherman/vue-template) [](https://github.com/martinussuherman/vue-template/actions/workflows/codeql-analysis.yml) [](https://github.com/martinussuherman/vue-template/actions/workflows/gh-pages.yml)
---
Starter template example for Vue2 + Typescript + Vite.
Note: Using pnpm for package manager.
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Lints and fixes files
```
pnpm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).