2sic / 2sxc-ui

The JavaScript UI of 2sxc in a separate project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2sxc UI - the JS UI of 2sxc

This project is part of 2sxc, https://github.com/2sic/2sxc.

It is separate to keep concerns separate and make contributions simpler (because it's a smaller project).

Build Everything

Note that using npm run release-all all projects will be built.

But there is a requirement: in each project you must have previously install all npm packages. So if this is the first time you do it, call npm run ci-all in the root projects.

Building each project will just place the stuff in each dist folder. To auto-distribute it to wherever you want, check out https://go.2sxc.org/build.

JS Projects for 2sxc in this Repo

Each project has different ways of building / deploying, mostly because they have different histories. Check out each readme for details.

  1. projects/$2sxc contains the API which does things like talk to the server using the dnn-headers etc.
    put into [target]/js
  2. projects/code-editor-snippets contains template code snippets for the code editor
    put into [target]/dist/ng-assets
  3. projects/core shared parts of code for other components
  4. projects/dnn-sxc-angular Source for NPM package @2sic/dnn-sxc-angular
  5. projects/inpage the CMS/edit JS API stuff
    put into [target]/dist/inpage
  6. projects/quick-dialog Source for the Quick-Dialog (which appears from below in the UI)
    put into [target]/dist/ng
  7. projects/sxc-typings Source for the NPM package @2sic/sxc-typings

Obsolete Projects

These projects have been moved to the 2sxc-js-archive repo

  1. AngularJS - previous versions of 2sxc included a library to make it easier to create AngularJS projects - now deprecated
  2. published - contains the built releases of the angular libraries - in case someone needs it for old apps
  3. sxc-ui-v5-v10 contains the 2sxc-ui parts of 2sxc extending the eav-ui - removed as of 2sxc 11.05

About

The JavaScript UI of 2sxc in a separate project

License:Other


Languages

Language:TypeScript 86.6%Language:JavaScript 6.8%Language:SCSS 4.3%Language:HTML 1.7%Language:CSS 0.6%Language:Batchfile 0.1%