nuxy / aurelia2-bare-essentials

A light-weight, slightly modified Aurelia 2 project seed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aurelia2-bare-essentials

A light-weight, slightly modified Aurelia 2 project seed.

Notes

While this project was bootstrapped by aurelia/new, I have made several changes outside the scope of the original release. For example:

  • Integration of VS Code extensions and related tools.
  • SASS support including markup examples.
  • Separation of static assets from bundle.
  • Removal of items not applicable to my workflow.

Developers

CLI options

Run ESLint on project sources:

$ npm run lint

Transpile ES2017 sources (using TypeScript) and minify to a distribution:

$ npm run build

Launch a development server instance accessible at http://localhost:9000

$ npm run start

Run Jest integration tests:

$ npm run test

References

Versioning

This package is maintained under the Semantic Versioning guidelines.

License and Warranty

This package is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

aurelia2-bare-essentials is provided under the terms of the MIT license

Author

Marc S. Brooks

About

A light-weight, slightly modified Aurelia 2 project seed.

License:MIT License


Languages

Language:TypeScript 69.9%Language:HTML 12.7%Language:SCSS 8.8%Language:EJS 7.3%Language:CSS 1.4%