1.2.6 • Published 4 years ago

nomad-station-module v1.2.6

Weekly downloads
130
License
-
Repository
bitbucket
Last release
4 years ago

nomad-station-module

Station module for Nomad Cloud web app.

This module add the Station tab to the Nomad Cloud app.

Contents

1 Project structure

  • Sources:
    • js folder for the javascript files
    • templates HTML views
    • GruntFile.js contains the Grunt functions to build the distribution files (into dist folder)
  • Testing:
    • index.html HTML page used to test the module
    • test/test.js test Main controller

3 Testing

Install lite-server:

npm i lite-server -g 

Run the module test page:

npm test 

4 Building

The following command:

npm run build
  • Concatenate javascipt files.
  • Concatenate template pages into module javascript file.
  • Uglify the javascript module file.
  • Creates dist folder with all the files of distribution.
  • Copy the package.json & README.md files into the 'dist' folder.

5 Publishing

Before publishing the first time:

  • Set the Sixense Digital registry:
npm set registry http://registry.sixense-digitalsite.com:4873
  • Then run publish script
npm run publish
1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago