/gallery

Primary LanguageHTML

gallery

To start:

$ npm install

To develop:

$ npm run dev

To build for production:

$ npm run build

To lint you code:

$ npm run lint

To run unit tests

$ npm run unit

To run unit tests with --watch

$ npm run tdd

To run unit tests and e2d

$ npm run test

Docsify init

$ npm run docs-init

Docsify serve

$ npm run docs-serve

ToDo:

  • implement e2e
  • bit more unit tests
  • split store into multiple modules maybe to make it cleaner
  • generate documentation
  • multilanguage support