Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmis1000/vue3-custom-renderer-playground
A playground to play with vue 3 custom renderer
https://github.com/mmis1000/vue3-custom-renderer-playground
Last synced: 9 days ago
JSON representation
A playground to play with vue 3 custom renderer
- Host: GitHub
- URL: https://github.com/mmis1000/vue3-custom-renderer-playground
- Owner: mmis1000
- Created: 2020-07-30T05:27:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T06:18:33.000Z (over 4 years ago)
- Last Synced: 2024-11-23T21:29:17.860Z (2 months ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-custom-renderer-playground
A playground to play with the vue3 custom renderer
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Caveats
Due to a issue in vue cli/vue loader.
This repo used a plugin to dirty patch the loader to make build work in parallel mode.
This should not be required in the future.See also: [https://github.com/vuejs/vue-cli/issues/5723](https://github.com/vuejs/vue-cli/issues/5723)