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

https://github.com/tookit/vue3

A simple demo for exploring vite and vue
https://github.com/tookit/vue3

Last synced: 4 months ago
JSON representation

A simple demo for exploring vite and vue

Awesome Lists containing this project

README

          

# A simple demo for exploring vue3 and vite

## Third lib

- Element plus

## How to start

- Install dependcy

npm

```
npm install

```

yarn

```
yarn install

```

- Development

```
yarn dev

```

- Build

```
yarn build

```