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
- Host: GitHub
- URL: https://github.com/davidstrada/vue3
- Owner: DavidStrada
- Created: 2020-04-06T15:16:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:47:21.000Z (about 3 years ago)
- Last Synced: 2025-06-17T09:09:57.421Z (9 months ago)
- Topics: vuejs, vuejs3
- Language: Vue
- Homepage:
- Size: 2.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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
```