GithubHelp home page GithubHelp logo

isabella232 / module-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matter-labs/module-template

0.0 0.0 0.0 1.39 MB

Starter template for Nuxt.js Modules

License: MIT License

JavaScript 49.85% TypeScript 46.74% Vue 3.41%

module-template's Introduction

Using this template

  1. Clone this repo locally

    npx degit https://github.com/nuxt-community/module-template.git my-new-project
    cd my-new-project
    yarn # or npm install
  2. Search and replace all templated names:

    • npm_package => the name of your chosen npm package - e.g. @nuxtjs/http
    • myModule => a camel-cased version of your npm package for namespacing your module options - e.g. http
    • github_repo => your GitHub repo - e.g. nuxt-community/http-module
  3. Remove this section of the README.md and dive in!


npm_package

npm version npm downloads Github Actions CI Codecov License

๐Ÿ“– Release Notes

Setup

  1. Add npm_package dependency to your project
yarn add npm_package # or npm install npm_package
  1. Add npm_package to the modules section of nuxt.config.js
{
  modules: [
    'npm_package',
  ],
  myModule: {
    // module options
  }
}

Development

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

License

MIT License

module-template's People

Contributors

ahalimkara avatar atinux avatar bingtimren avatar bmulholland avatar clarkdo avatar danielroe avatar keriat avatar pi0 avatar renovate[bot] avatar ricardogobbosouza avatar richardeschloss 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.