An open API service indexing awesome lists of open source software.

https://github.com/byloth/tuemplate

A @vuejs 3 template app based on @vitejs with TypeScript, Pinia, Vue Router and more.
https://github.com/byloth/tuemplate

Last synced: about 1 year ago
JSON representation

A @vuejs 3 template app based on @vitejs with TypeScript, Pinia, Vue Router and more.

Awesome Lists containing this project

README

          

# Byloth's Tuemplate

A Vue.js 3 template app based on Vite with TypeScript, Pinia, Vue Router and more.

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm run dev
```

### Type-Check, Compile and Minify for Production

```sh
pnpm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm run lint
```

### Run Unit Tests & Watch for Changes

```sh
pnpm run test
```