GithubHelp home page GithubHelp logo

viui-vscode's Introduction


Vi-Ui
viui-vscode

A Visual Code Extension for Vi-Ui

IntroHow To InstallHow To UseFuture IdeasReleasesLicense

Intro

Vi-Ui is a simple but consistent user interface for Vue and viui-vscode extension provides snippets and autocomplete to use with Visual Code.

screenshot

How To Install

Just search for viui-vscode in VS Code Extensions section or go to Visual Studio Market Place or install it with the following command:

ext install pablovieiras.viui-vscode

How To Use

It's very simple to use this extension. All you need to do is type vi-{component-name} to get all options for that component.

Snippet

If you want to add some Vi-Ui component just type:

vi-{component-name}

For example, if you need a tooltip, type vi-tooltip and you'll get the full component:

<vi-tooltip top hover mini content="message">
  <span>Hover Me</span>
</vi-tooltip>

You can list all props, events or slots of a component:

vi-{component-name}-props
vi-{component-name}-events
vi-{component-name}-slots

Future Ideas

  • Add component docs when hover it
  • Syntax highlighting

Release Notes

0.0.1

Initial release of viui-vscode


License

MIT

Thanks!

viui-vscode's People

Contributors

pablovieiras 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.