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

https://github.com/codegetters/vtiuse

Out-of-box front-end project template based on Vue3+TS technology stack 基于Vue3+TS技术栈的开盒即用前端项目模版
https://github.com/codegetters/vtiuse

Last synced: about 1 year ago
JSON representation

Out-of-box front-end project template based on Vue3+TS technology stack 基于Vue3+TS技术栈的开盒即用前端项目模版

Awesome Lists containing this project

README

          



vtiuse

Vite + Vue3 + TS starter template.

## start

```sh

# clone
git clone git@github.com:CodeGetters/vtiuse.git

# or click the 'Use this template' button

# dev
yarn dev

yarn build

yarn preview

# code inspection
yarn lint

yarn format

# quick commit
yarn cz

# test
yarn coverage

```

## Features

Recommended Node.js version: `>=18`

### Environment

- Based on Vue3 + TypeScript
- Using vue-router for routing
- Using Vite

### Development

Using Vue-i18n for localization

### Style

- Using UnoCss for styling

### Test

Using Vitest for unit testing