Code Monkey home page Code Monkey logo

Comments (2)

pflagerd avatar pflagerd commented on June 27, 2024 1

from codeflask.

kazzkiq avatar kazzkiq commented on June 27, 2024

It depends on why exactly do you want to build it from source.

If you just want to use a built version of CodeFlask directly in the browser (without importing it in a project with bundlers like Webpack or Rollup), you can use it directly from a CDN:

https://unpkg.com/codeflask/build/codeflask.min.js

If you want to build it locally, then under your project folder, run:

  1. Dependency install:
npm install
  1. Project build
npm run build

No need to install Rollup globally. The 1st step will already install rollup dependency locally and use it for further commands you run in the project.

In the file rollup.config.js, you will see there is an output object that defines where the build file will be located at. So your built file will be at: build/codeflask.min.js.

I'm not sure if you're familiar with Node.js environments, but in Node.js projects all available tasks are located inside package.json, under scripts object. Think of it as a Makefile. So when in doubt, always take a look at this section to know which commands you can run via npm run {command}.

from codeflask.

Related Issues (20)

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.