[New Feature] Include a Playground.vue in the repo
See original GitHub issueSuppose somebody wants to contribute, but doesn’t read the contributing section of the homepage.
After he cloned the repo and looked around, he is able to install dependencies and run the dev script all by himself. But in the browser he’ll get only a blank page, and he’ll notice some error messages in the console if he is a little curious.
I’d like to propose that providing a Playground with exactly the name of Playground.vue with directive information and a link to contributing to make it more straightforward.
The file could be something like this, but more vuetiful.
<template>
<v-app>
<h2>Vuetify Playground</h2>
<div>You are now ready to contribute for vuetifyjs. You may want to modify the file in the dev directory called Playground.vue, whose content is what you are currently seeing.</div>
<div>For more information, please visit <a href="https://vuetifyjs.com/vuetify/contributing" target="_blank">Contributing Vuetify</a>.</div>
<div>Happy contributing.</div>
</v-app>
</template>
Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (9 by maintainers)
Top Results From Across the Web
Repo playground not working · Issue #2268 · vueuse ... - GitHub
Describe the bug Hello, I tried to use the playground folder from the repo to try functions in a blank setup but for...
Read more >Exploring the Vue SFC Playground - YouTube
Details on Twitter: https://twitter.com/youyuxi/status/1376570861382213641SFC Playground : https://sfc. vuejs.org $5 off my Design Patterns ...
Read more >Tooling - Vue.js
Vue CLI is the official webpack-based toolchain for Vue. It is now in maintenance mode and we recommend starting new projects with Vite...
Read more >vue-3-playground - CodeSandbox
The project aims to include all the new features. If you ... Vue 3.2.33 Playground. Below is an example form built with the...
Read more >Contributing — Vuetify
The Playground file is a cleanroom used for Vuetify development and is the recommended way to iterate on changes within the framework. ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Kael loves to slam dunk me lol 🥇
You can have ignored files that are still in the repo.