GithubHelp home page GithubHelp logo

kellygilliam / vuetron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vuetwo/vuetron

0.0 1.0 0.0 9.26 MB

An electron desktop app for testing and debugging your Vue + Vuex projects

License: MIT License

JavaScript 42.94% HTML 0.65% Vue 56.41%

vuetron's Introduction


Vuetron *NOT READY FOR DEPLOYMENT

A Vue testing and debugging desktop app built on top of Electron.


Key Features

Eventstream with Time Travel Debugging:

Variable Subscription:

Component Tree Visualization:

  • View your Vuex store's state
    • Instantly time travel between previous application states
  • Subscribe to parts of your application's state
    • While you type, LivePreview will automatically scroll to the current location you're editing.
  • GitHub Flavored Markdown
  • Dark/Light mode
  • Emoji support in preview ๐ŸŽ‰
  • App will keep alive in tray for quick usage
  • Cross platform
    • Windows, Mac, and Linux ready.

Getting Started

To use Vuetron, you will need both the desktop application and install the library in your Vue project

Installing Vuetron desktop app

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/talls-and-smalls/vuetron.git

# Go into the repository
$ cd vuetron

# Install dependencies
$ npm install

# Run the app
$ npm start

A step by step series of examples that tell you have to get a development env running

Adding Vuetron plugins in your application

In order for Vuetron to access the application, the vuetron library must be included

Installing the Vuetron npm module

$ npm install vuetron

In Vue:

import Vue from 'vue'
import App from './App.vue'

import { VuetronVue } from 'vuetron';

Vue.use(VuetronVue);

In Vuex Store:

import Vue from 'vue';
import Vuex from 'vuex';
import { VuetronVuex } from 'vuetron';

Vue.use(Vuex);

const store = new Vuex.Store({
  // ...
  plugins: [VuetronVuex]
})

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Built With

  • Vue.js - The web framework used
  • Vuex - State Management
  • Electron - Used to build desktop app
  • Socket.io - Used communicate between Vuetron and client's application

Contributing

Found a bug? Have a suggestion? Feel free to submit issues!

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests if you're interesting in contributing to this project!

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • the Vue team for a great framework
  • vued3tree library
  • Support from other open source developers
  • And the entire Vue developer community

vuetron's People

Contributors

sbarli avatar brandondanh avatar kellygilliam avatar louisrouaze avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.