1.0.3 • Published 5 years ago

@nuinalp/nuiverse v1.0.3

Weekly downloads
-
License
BSD-3-Clause
Repository
gitlab
Last release
5 years ago

đź›  Status: In Development

NUIverse is currently in development. We have come to version 1.0.0, however we have a lot to do, we are currently working on adding main features for the complete use of NUIverse in other projects. Documentation is missing for now.

Introduction

NUIverse is an open source project, licensed under the BSD Type 3 license and based on our design language (Nuinalp Design).

We are passionate about the Web, and we try to develop everything we can using the best of this platform, however with the growing number of frameworks for this purpose, it was difficult to choose one that was compatible with what we thought about design, so we decided to develop our framework to facilitate the development of our products and services.

It is in continuous development and relying on the latest design trends, thus creating a modern, responsive and easy-to-use framework, we also draw on the best frameworks to develop NUIverse and to make it universal offer web component support , so you can use our components in React, Angular, Vue.js, Ember or any other javascript framework :)

Our goal is to create a lightweight, robust and complete framework for creating web interfaces rich in design, animation and style.

We are currently developing NUIverse for the creation of Plánium OS, our operating system and our websites.

Getting Started

Quick-start CDN

Start a project quickly using a CDN and let NUIverse do the magic :)

<!DOCTYPE html>
<html>
<head>
  <link href="https://cdn.jsdelivr.net/npm/@nuinalp/nuiverse/dist/nuiverse.min.css" rel="stylesheet">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
  <div id="app">
    <h1>Hello World :)</h1>
  </div>
</body>
</html>

Install in project via NPM

$ npm install @nuinalp/nuiverse

Changelog

Detailed changes for each release are documented in the release notes.

Creators

Patrick A Lima

Marcelo Martins

Support

Support NUIverse at Patreon to help sustain project development. If you or your company uses or depends on our project, why not help us with a donation? We work in open source for free to help everyone achieve more. Access Patreon, make your contribution and support this project :-).

License

BSD Clause 3