Giter Club home page Giter Club logo

ccm-nuxt-boilerplate's Introduction

Execute project for development

Prerequisites

Authenticating

You'll need to export the created token into your session. On the terminal, where you'll run the project, run the following command replacing <token> with the personal access token you just created:

export NPM_TOKEN="<token>"

You have to do this everytime you open a new terminal session.

Execute project in production

  • Add the token to the environment variables with the name NPM_TOKEN and run the build as usual.

References

More information

Other authentication options

Opção 1:

  • Edit the .npmrc file replacing ${NPM_TOKEN} on line //npm.pkg.github.com/:_authToken=${NPM_TOKEN} with the personal access token.

WARNING: Do not commit your changes to .npmrc file with your personal token!

Opção 2:

  • On your terminal, log in npm with the following command:
npm login --scope=@ccmdesign --registry=https://npm.pkg.github.com

It will ask for your login credentials as follow:

  • Username will be your Github username;
  • Password will be your personal access token created previously;
  • Email is your public email address.

ccm-nuxt-boilerplate's People

Contributors

claudioccm avatar douglascantao avatar seidgy 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.