0.0.13 • Published 2 years ago

vwjs-ui v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Build your react js application with confidence using vwjs: a framework making web development simple and powerful.

The evolution of vwjs powered by react is currently in release candidate and available on:

Links

Features

  • Automatic transpilation and bundling (with babel)
  • Beautiful Management UI for content and data.
  • Loading just the critical CSS (page-level)

Getting started

This feature is under maintaince. use legaci methods in documentation

$ npx create-vwjs-app <project-name>

It's as simple as that!

Learn more at vwjs.git.io

Install

$ npm install --save vwjs

Usage

import React from "react";
import { Button } from "vwjs-ui";

function App() {
  return <Button label="Hello world!"/>;
}

export default App;

Examples

Please take a look at docs/examples or follow documentation At vwjs/wiki.

Supporting vwjs

Vwjs is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. Funds donated via patron are managed with transparent expenses and will be used for compensating work and expenses for core team members or sponsoring community events.

Support us with a monthly donation and help us continue our activities.

Contributors

Thank you to all our contributors!

License

MIT © kalanakt

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago