@sondh0127/nuxtjs-google-fonts
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

@nuxtjs/google-fonts

@nuxtjs/google-fonts

npm version npm downloads Github Actions CI Codecov License

Google Fonts module for NuxtJS

Features

📖  Read more

Setup

  1. Add @nuxtjs/google-fonts dependency to your project
yarn add --dev @nuxtjs/google-fonts # or npm install --save-dev @nuxtjs/google-fonts
  1. Add @nuxtjs/google-fonts to the buildModules section of nuxt.config.js
{
  buildModules: [
    // Simple usage
    '@nuxtjs/google-fonts',

    // With options
    ['@nuxtjs/google-fonts', { /* module options */ }]
  ]
}

⚠️ If you are using Nuxt < v2.9 you have to install the module as a dependency (No --dev or --save-dev flags) and use modules section in nuxt.config.js instead of buildModules.

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

License

MIT License

Copyright (c) Nuxt Community

Readme

Keywords

none

Package Sidebar

Install

npm i @sondh0127/nuxtjs-google-fonts

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

14.4 kB

Total Files

8

Last publish

Collaborators

  • sondh0127