Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T05:36:34.000Z (10 months ago)
- Last Synced: 2024-01-08T06:48:36.335Z (10 months ago)
- Topics: vite, vite-starter-template, vite-template, vue, vue2, vue2-typescript-vite
- Language: Vue
- Homepage: https://martinussuherman.github.io/vue-template/
- Size: 264 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue2 + Typescript + Vite Starter Template
[![CodeFactor](https://www.codefactor.io/repository/github/martinussuherman/vue-template/badge)](https://www.codefactor.io/repository/github/martinussuherman/vue-template) [![CodeQL](https://github.com/martinussuherman/vue-template/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/martinussuherman/vue-template/actions/workflows/codeql-analysis.yml) [![Publish to Github Pages](https://github.com/martinussuherman/vue-template/actions/workflows/gh-pages.yml/badge.svg)](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/).