question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[New Feature] Include a Playground.vue in the repo

See original GitHub issue

Suppose 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:closed
  • Created 6 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
johnleidercommented, Oct 12, 2017

Kael loves to slam dunk me lol 🥇

1reaction
KaelWDcommented, Oct 12, 2017

You can have ignored files that are still in the repo.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found