Giter VIP home page Giter VIP logo

apps-learn-qursus's Introduction

Learn

Developer notes

I think than the best worflow for qursus will be to use the application like this:

  1. The user create à basic page in one click
    1. The user have two choices:

      1. Modify the freshly created page.

      2. Create maybe a new Leaf.

        Here the behavior is the same as the first choice à leaf with default content options is created.

      • like 1.1. Same for Page Leaf Group Widget.

Todo:

  • Create a new Page

    • Verify the behavior of the page.
    • Verify the behavior of the options
  • Create a new Leaf

    • Verify the behavior of the page.
    • Verify the behavior of the options.
  • Create a new Group

    • Verify the behavior of the page.
    • Verify the behavior of the options.
  • Create a new Widget

    • Verify the behavior of the page.
    • Verify the behavior of the options.

Scripts

  • fast build Qursus app for equal wamp installation from wsl debian
    nvm use 14 && npm run build && npm run webpack && cp -r qursus.bundle.js export/ && rm -f web.app && zip -r ./web.app export/* && cp web.app /mnt/c/wamp64/www/equal/packages/learn/apps/qursus/ && rm -rf /mnt/c/wamp64/www/equal/public/qursus && cp -r export /mnt/c/wamp64/www/equal/public/qursus && cat web.app | md5sum | awk '{print $1}' > version && cp version /mnt/c/wamp64/www/equal/packages/learn/apps/qursus && cp manifest.json /mnt/c/wamp64/www/equal/packages/learn/apps/qursus && cp web.app /mnt/c/wamp64/www/equal/packages/learn/apps/qursus 

Check the typescript syntax (lint):

yarn run tsc

Use babel to transpile .ts file into .js :

npm run build

Generate an app.bundle.js that can be embedded to any .html file:

npm run webpack

apps-learn-qursus's People

Contributors

alexisvs avatar cedricfrancoys avatar yesbabyrun 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.