More Premium Hugo Themes Premium Nuxt Themes

Tokens

Design Tokens synced with Nuxt design team Figma.

Tokens

Design Tokens synced with Nuxt design team Figma.

Author Avatar Theme by nuxt-themes
Github Stars Github Stars: 14
Last Commit Last Commit: Aug 8, 2023 -
First Commit Created: Jun 20, 2023 -
Tokens screenshot

Overview

The @nuxt-themes/tokens is a design system specifically built for Nuxt, a popular Vue.js framework. It provides a set of design tokens that are synchronized with NuxtLabs Figma, allowing for easy integration and consistency throughout the design process. The theme includes documentation and comes with a minimal install that only ships 6kb of CSS to the client.

Features

  • Design Token Synchronization: The theme offers seamless synchronization with NuxtLabs Figma, ensuring that design tokens are always up to date and consistent.
  • Autocomplete on Token Values: Users can take advantage of autocomplete functionality for all token values, making it quick and efficient to use the design system.
  • Minimal Install: The theme aims to keep the installation process lightweight, with only 6kb of CSS being shipped to the client.

Installation

To install the @nuxt-themes/tokens theme, follow these steps:

  1. Open your terminal and navigate to the project directory.
  2. Run the following command to install the theme:
npm install @nuxt-themes/tokens
  1. Once the installation completes, you can import the theme in your Nuxt project:
// In your nuxt.config.js file
export default {
  // ...
  buildModules: ['@nuxt-themes/tokens']
}
  1. Save the changes and run your Nuxt project.

Summary

The @nuxt-themes/tokens design system is a valuable tool for developers using Nuxt. With its design token synchronization and autocomplete functionality, it offers an efficient and consistent way to incorporate design elements into Nuxt projects. The minimal install ensures a lightweight integration, making it a suitable choice for developers looking to streamline their design system implementation.