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

https://github.com/iirving/vue3-composition-api

a simple Vue3 shopping app using the Composition API
https://github.com/iirving/vue3-composition-api

javascript vue vue3 vuejs

Last synced: 3 months ago
JSON representation

a simple Vue3 shopping app using the Composition API

Awesome Lists containing this project

README

        

# Vite Vue Starter

This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) v12+.

To start:

```sh
npm install
npm run dev

# if using yarn:
yarn
yarn dev
```