Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jplomas/vite-vue-shoelace


https://github.com/jplomas/vite-vue-shoelace

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# vite-vue-shoelace

A simple Vue 3 project template with Vite, Vue 3, and Shoelace.

## Setup

Using pnpm is recommended, but you can use npm or yarn if you prefer.

```bash
git clone https://github.com/jplomas/vite-vue-shoelace.git
cd vite-vue-shoelace
pnpm install
```

## Development

```bash
pnpm run dev
```

## Build

```bash
pnpm run build
```