Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxy/aurelia2-bare-essentials
A light-weight, slightly modified Aurelia 2 project seed.
https://github.com/nuxy/aurelia2-bare-essentials
aurelia-framework example-code project single-page-app typescript
Last synced: about 3 hours ago
JSON representation
A light-weight, slightly modified Aurelia 2 project seed.
- Host: GitHub
- URL: https://github.com/nuxy/aurelia2-bare-essentials
- Owner: nuxy
- License: mit
- Created: 2024-04-11T22:39:40.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-13T22:21:07.000Z (7 months ago)
- Last Synced: 2024-04-13T23:54:27.768Z (7 months ago)
- Topics: aurelia-framework, example-code, project, single-page-app, typescript
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aurelia2-bare-essentials
A light-weight, slightly modified [Aurelia 2](https://aurelia.io) project seed.
## Notes
While this project was bootstrapped by [aurelia/new](https://github.com/aurelia/new), I have _made several changes_ outside the scope of the original release. For example:
- Integration of [VS Code extensions](https://marketplace.visualstudio.com/VSCode) and related tools.
- [SASS](https://sass-lang.com) support including markup examples.
- Separation of static assets from bundle.
- **Removal of items not applicable to my workflow**.## Developers
### CLI options
Run [ESLint](https://eslint.org) on project sources:
$ npm run lint
Transpile ES2017 sources (using [TypeScript](https://www.typescriptlang.org/docs/handbook/compiler-options.html)) and minify to a distribution:
$ npm run build
Launch a development server instance accessible at [http://localhost:9000](http://localhost:9000)
$ npm run start
Run [Jest](https://jestjs.io) integration tests:
$ npm run test
## References
- [The Aurelia 2 Docs](https://docs.aurelia.io)
## Versioning
This package is maintained under the [Semantic Versioning](https://semver.org) 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](http://www.opensource.org/licenses/mit-license.php)
## Author
[Marc S. Brooks](https://github.com/nuxy)