Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hojas/vue-starter

A Vue starter template.
https://github.com/hojas/vue-starter

vue

Last synced: 28 days ago
JSON representation

A Vue starter template.

Awesome Lists containing this project

README

        

# vue-starter

## Tech stack

- Vue
- vue-router
- pinia
- MDX
- vite
- sass

## Install

```text
$ corepack enable
$ pnpm install
```

## Development

```text
$ pnpm dev
```

## Build

```text
$ pnpm build
```