Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morficus/nuxt-vuetify-module-bug
Sample project to reproduce a bug with the Nuxt vuetify-module
https://github.com/morficus/nuxt-vuetify-module-bug
Last synced: about 1 month ago
JSON representation
Sample project to reproduce a bug with the Nuxt vuetify-module
- Host: GitHub
- URL: https://github.com/morficus/nuxt-vuetify-module-bug
- Owner: morficus
- Created: 2019-08-25T01:53:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:13:01.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T15:08:00.645Z (almost 2 years ago)
- Language: Vue
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-vuetify-module-bug
> Sample project to reproduce a bug with the Nuxt vuetify-module
## Build Setup
``` bash
# install dependencies
$ npm run install
```## Steps to reproduce bug
1. Start the Nuxt app
```bash
$ npm run dev
```
2. Open the app in a browser and notice the custom header that is present
3. Open `nuxt.config.js` in your editor of choice and change `treeShake` to true (line 40)
4. Wait for the Nuxt app to rebuild and then refresh the browser
5. Notice how the custom header no longer appears. If you use the element inspector in Chome, you will see that the `v-app-bar` element appears verbatim and is never transpiled.