2coffee.dev

  • Discussing the npm run build command – why is it necessary to build?
    • javascript
    • node.js
    • npm

    Discussing the npm run build command – why is it necessary to build?

    The npm run build command is not unfamiliar to JavaScript developers when preparing to release a new version of their application. In simple terms, npm run build converts the project's code into executable code that can run in the browser or Node.js. But why is there a need for the build step? What is the essence of building? Do all JavaScript/Node.js projects need to be built? Hopefully, readers will find the answers in the following article...

    2 years ago

  • Series
    Introduction to NPM - Building and Publishing Packages to NPM
    • npm

    Introduction to NPM - Building and Publishing Packages to NPM

    In the previous article, I summarized the process of pushing a package to npm. In this article, I will go into detail about how I built my package, specifically a package for vue.js that handles OTP code input. The source code for the package can be found on...

    3 years ago

  • Premium
    Hello

    Me & the desire to "play with words"

    Have you tried writing? And then failed or not satisfied? At 2coffee.dev we have had a hard time with writing. Don't be discouraged, because now we have a way to help you. Click to become a member now!

    Have you tried writing? And then failed or not satisfied? At 2coffee.dev we have had a hard time with writing. Don't be discouraged, because now we have a way to help you. Click to become a member now!

    View all
  • What is NPM? Why does NPM come with node.js?
    • npm
    • node.js

    What is NPM? Why does NPM come with node.js?

    NPM stands for Node Package Manager, which is a repository for open-source node.js projects. It provides solutions to interact with the repository, install packages, manage versions, manage dependencies through the command line...

    4 years ago