Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samk13/vue3
https://github.com/samk13/vue3
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/vue3
- Owner: Samk13
- Created: 2020-04-06T07:30:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T09:31:20.000Z (7 months ago)
- Last Synced: 2024-04-08T10:47:47.715Z (7 months ago)
- Language: Vue
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# vue-next-webpack-preview
> Minimal webpack setup for Vue 3 (alpha)
This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected.
Also note that if you are using VSCode, Vetur isn't updated to take advantage of Vue 3's typing yet so intellisense in Vue files may not be fully functional (especially in templates).
### 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
```