0.1.unity-settings-daemon

Start to work

Usage no npm install needed!

<script type="module">
  import 1UnitySettingsDaemon from 'https://cdn.skypack.dev/0.1.unity-settings-daemon';
</script>

README

Front core

Development

Start to work

$ git clone git@github.com:atlasense/front-core.git
$ cd front-core
$ npm install
$ tsc -w

appExample

The appExample folder contains a simple Angular 2 app. This app is use to check the funcionality of the front-core components.

appExample project was generated with angular-cli. For more information read /appExample/README.md.

npm release

  • commit everything

  • npm version patch

  • npm run build_npm

  • cd dist

  • npm publish