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
Copyright (c) 2018 The Nuinalp Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.