-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
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
add angular2 support #8
Comments
automatic compilation of TypeScript files? |
@venil7 Doesn't Angular have it's own CLI? |
not AFAIK, it just seems like quik is very |
@venil7 I surely want to add other things. Will need to make the React bit rock solid, and have a plugin system to extend the webpack config. Wanna help? |
BTW there are two ways to extend
|
yes, but i thought that the main idea was to have it zero-setup |
@venil7 Yeah. But the reason I want to add a plugin system is so support for new things can be added easily. Fo example, right now, to add typescript support, you've to change files in 3 places, the webpack config, the middleware which handles JS and the middleware which handles hot reload. It'll be better to have those changes self-contained in one file. Also, people will not need to fork it if they want a slightly different feature set. They can just add something on top of it and publish as a separate module. BTW I spent some time yesterday night trying to add typescript. The problem I faced was that the ts-loder was trying to require modules from current directory and not quik's node_modules directory. Once I sort it out, I'll add typescript. Help is welcome. |
yeah, i agree on the plugin system, |
No description provided.
The text was updated successfully, but these errors were encountered: