We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While developing a library it is always helpful to use an application that consumes that library within the same project.
The most obvious reasons are:
Suggested Structure:
src ---lib ---demo-app
Webpack is used for development and for bundling the output for the github.io site. Rollup is used for NPM package creation.
github.io
The text was updated successfully, but these errors were encountered:
demo app exists here: https://github.com/preboot/angular2-library-seed/tree/master/src But I assume you are going for a completely separated demo app which would consume the npm lib and module.
Sorry, something went wrong.
Yep, see my repo https://github.com/shlomiassaf/angular2-modal/tree/master/src , disregard naming...
@shlomiassaf a PR sometime would be appreciated; the seed setup at the moment just mirrors https://github.com/preboot/angular2-webpack right now for ease of use and updating.
No branches or pull requests
While developing a library it is always helpful to use an application that consumes that library within the same project.
The most obvious reasons are:
Suggested Structure:
Webpack is used for development and for bundling the output for the
github.io
site.Rollup is used for NPM package creation.
The text was updated successfully, but these errors were encountered: