Code Monkey home page Code Monkey logo

nuxt-3-templates's Introduction

Nuxt templates

Nuxt features for various use cases

Each feature is in its own branch. Documentation, when available, is in the branches README.md file.

Installation

With nuxt-3-templates-cli (easier)

Install a fresh Nuxt 3.

Install nuxt-3-templates-cli command and run nuxt-3-templates install. Choose one or more features, it will download all required files and install dependencies automatically.

More informations on how to install and use it in the Nuxt 3 templates CLI repository.

Add your own feature

  • Go to branch features-template
  • Create a new branch based on it
  • Developp your new features

Nuxt templates CLI compatibility

To make your feature available for installation by nuxt-templates install command, you need to :

  • Create a branch that starts with features/. You have a template of it in the branch features-template
  • Create a ./nuxt-templates-cli.js file which exports an object :
    • metas.title: Title of the feature
    • metas.description: Description of the feature
    • dependencies: Dependencies that will be installed
    • devDependencies: devDependencies that will be installed
    • files: An array of files or directories paths (relative to the root directory) that will be downloaded to the same path in your working directory
  • Create a ./configs/nuxt.config.ts that will have your configuration for the features (path for a module for exemple).

nuxt-3-templates's People

Contributors

akarudev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.