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

https://github.com/davidstrada/vue3

New Feature Vue3
https://github.com/davidstrada/vue3

vuejs vuejs3

Last synced: 3 months ago
JSON representation

New Feature Vue3

Awesome Lists containing this project

README

          

# New in Vue3

> Minimal webpack setup for Vue 3 (alpha)

### Topics
---

- Global Mounting
- Fragments
- Suspense
- Portals
- Composition API

### Prerequisites
- Node & NPM

### Install
```sh
npm install
```
### Usage
##### Develop
```sh
# run dev server at localhost:8080
npm run dev
```
##### Build
```sh
# transpile js for deployment
npm run build
```