Vue Notus: A beautiful UI Kit and Admin for Tailwind CSS and VueJS

  • By Creative Tim
  • Last update: Dec 27, 2022
  • Comments: 5

Vue Notus Tweet

version license GitHub issues open GitHub issues closed Join the chat at https://gitter.im/NIT-dgp/General Chat

Vue Notus

A beautiful UI Kit and Admin for Tailwind CSS and VueJS.

Start your development with a Free Tailwind CSS and VueJS UI Kit and Admin. Let Vue Notus amaze you with its cool features and build tools and get your project to a whole new level.

Vue Notus is Free and Open Source. It features multiple HTML and VueJS elements and it comes with dynamic components for VueJS.

It is based on Tailwind Starter Kit by Creative Tim, and it is build with both presentation pages, and pages for an admin dashboard.

Speed up your web development with a beautiful product made by Creative Tim . If you like bright and fresh colors, you will love this Free Tailwind CSS Template! It features a huge number of components that can help you create amazing websites.

Get Started

  • Install NodeJS LTS version from NodeJs Official Page
  • Download the product on this page
  • Unzip the downloaded file to a folder in your computer
  • Open Terminal
  • Go to your file project (where you’ve unzipped the product)
  • (If you are on a linux based terminal) Simply run npm run install:clean
  • (If not) Run in terminal npm install
  • (If not) Run in terminal npm run build:tailwind (each time you add a new class, a class that does not exist in src/assets/styles/tailwind.css, you will need to run this command)
  • (If not) Run in terminal npm run serve
  • Navigate to https://localhost:8080
  • Check more about Tailwind CSS

Pages

If you want to get inspiration or just show something directly to your clients, you can jump start your development with our pre-built example pages. You will be able to quickly set up the basic structure for your web project.

Here are all the page from the project:

Fully Coded Components

Vue Notus is built with over frontend 120 components, giving you the freedom of choosing and combining. All components can take variations in colors, that you can easily modify using Tailwind CSS classes (NOTE: each time you add a new class, a class that does not exist in src/assets/styles/tailwind.css, you will need to compile again tailwind).

You will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Free Tailwind CSS Template is coming with prebuilt examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.

Every element has multiple states for colors, styles, hover, focus, that you can easily access and use.

CSS Components

Vue Notus comes with 120 Fully Coded CSS elements, such as Alerts, Buttons, Inputs and many more.

Please check all of them here.

VueJS Components

We also feature the following 18 dynamic components:

Table of Contents

Versions

Angular JavaScript / HTML NextJS React Svelte VueJS
Notus Angular Notus JS Notus NextJS Notus React Notus Svelte Vue Notus

Documentation

The documentation for the Vue Notus is hosted at our website.

Quick start

Files and Folder

This is the project structure that you will get upon the download:

vue-notus
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── babel.config.js
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── img
│   │   │   ├── github.svg
│   │   │   └── google.svg
│   │   └── styles
│   │       ├── index.css
│   │       └── tailwind.css
│   ├── components
│   │   ├── Cards
│   │   │   ├── CardBarChart.vue
│   │   │   ├── CardLineChart.vue
│   │   │   ├── CardPageVisits.vue
│   │   │   ├── CardProfile.vue
│   │   │   ├── CardSettings.vue
│   │   │   ├── CardSocialTraffic.vue
│   │   │   ├── CardStats.vue
│   │   │   └── CardTable.vue
│   │   ├── Dropdowns
│   │   │   ├── IndexDropdown.vue
│   │   │   ├── NotificationDropdown.vue
│   │   │   ├── PagesDropdown.vue
│   │   │   ├── TableDropdown.vue
│   │   │   └── UserDropdown.vue
│   │   ├── Footers
│   │   │   ├── Footer.vue
│   │   │   ├── FooterAdmin.vue
│   │   │   └── FooterSmall.vue
│   │   ├── Headers
│   │   │   └── HeaderStats.vue
│   │   ├── Maps
│   │   │   └── MapExample.vue
│   │   ├── Navbars
│   │   │   ├── AdminNavbar.vue
│   │   │   ├── AuthNavbar.vue
│   │   │   └── IndexNavbar.vue
│   │   └── Sidebar
│   │       └── Sidebar.vue
│   ├── layouts
│   │   ├── Admin.vue
│   │   └── Auth.vue
│   ├── main.js
│   └── views
│       ├── Index.vue
│       ├── Landing.vue
│       ├── Profile.vue
│       ├── admin
│       │   ├── Dashboard.vue
│       │   ├── Maps.vue
│       │   ├── Settings.vue
│       │   └── Tables.vue
│       └── auth
│           ├── Login.vue
│           └── Register.vue
├── tailwind.config.js
└── vue.config.js

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Chrome Firefox Edge Safari Opera

Reporting Issues

We use GitHub Issues as the official bug tracker for the Vue Notus. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Vue Notus. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Useful Links

Social Media

Twitter: https://twitter.com/CreativeTim

Facebook: https://www.facebook.com/CreativeTim

Dribbble: https://dribbble.com/creativetim

Instagram: https://www.instagram.com/creativetimofficial/

Resources

Github

https://github.com/creativetimofficial/vue-notus

Comments(5)

  • 1

    [Bug] Tables

    Version

    latest version

    Reproduction link

    https://codepen.io/osahene/pen/zYBKJQg

    Operating System

    Windows 10

    Device

    msi-7586

    Browser & Version

    firefox 81.0.2 (64-bit)

    Steps to reproduce

    none

    What is expected?

    I need only one table. Any help?

    What is actually happening?

    At the section of the table, two tables appear. https://demos.creative-tim.com/vue-notus/?_ga=2.166260151.840469472.1603144735-2105352621.1601920829#/admin/tables


    Solution

    Additional comments

  • 2

    npm audit fix unable to resolve dependency tree

    only run npm audit fix and this command show a message that says npm audit fix unable to resolve dependency tree. in addition to the 45 security alerts that show me that they cannot be updated.

  • 3

    Convert from `vue-cli` to `vite`

    This PR converts the project from vue-cli to vite for packaging/building/serving in line with the tooling guidance from Vue. This also updates most dependencies to use the latest released version.

    While most dependencies have been updated, this PR does not update from Chart.js 2.x to 4.x.

    This PR also does not update the version number.

  • 4

    [Bug] unable to use all color in the navbar bg class

    Version

    1.1.0

    Reproduction link

    http://test.com (i don't have, i just downloaded the version from creative tim and edit just this)

    Operating System

    linux mint 20.3

    Device

    desktop

    Browser & Version

    firefox 101

    Steps to reproduce

    i'm trying to use the bg-LightBlue-900 class for the navbar element, but i get a transparent bg instead, to bg-LightBlue-700 works why some colors are missing? 900 is present in the docs,

    What is expected?

    the background became blue

    What is actually happening?

    the background became transparent


    Solution

    Additional comments

  • 5

    [Bug] Tailwind animate classes not found

    Version

    1.1.0

    Reproduction link

    https://codepen.io/brunolorente/pen/yLpoOGe

    Operating System

    macOS

    Device

    apple m1 pro

    Browser & Version

    chrome Versión 99.0.4844.83 (Build oficial) (arm64)

    Steps to reproduce

    1. I'm trying to use css classes like animate-spin but are not found

    What is expected?

    Be able to use tailwind's animation classes

    What is actually happening?

    These classes are not found


    Solution

    Additional comments

    I'm not an expert in tailwind but these classes are needed