-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Documentación en español [Not supported actually]
Wonka.js is a javascript client-side framework MVC like, built to enhance the frontend development, prioring team work and clean code.
Wonka.js has been built to allow teams, work together on a big or small frontend project, you can distribute the tasks of the frontend project along your team members, we have help you a little bit, giving you distribution on your project, you can create apps that are modules and inside each module, you have views, collections, models and templates in separated files, also the stylesheets we've put them on a global folder as less files.
Wonka.js don't use require.js if you supposed it.
When you want send to production, wonka help you compiling the project, all you have to do with the result is upload to an static file server as just 3 files(1 html, 1 javascript, 1 css), also you can specify folders that you want send to production.
Wonka is ready for fun, has inside i18n support, user session manager, write your stylesheets as less, urls client-side authentication restriction engine, dynamic routes with backbone, views, templates with handlebars, manage your data with models and collections, you can install 3th party modules(candies) with just one command(http://candies.wonkajs.com), you can create modules inside your project(apps) easy, test with a development server and launch to production compressing all your project in just 3 tiny files. Also on wonka we have an installation engine to help you make, if you want, your project installable on popular webapps marketplace actually(Check status of this feature).
- i18n.
- 3th party modules.
- Launch to production with your code compressed.
- Routes.
- Namespaces.
- Command line assistant.
- Development on modules.
- First steps
- Internacionalization
- Components
- 3th party libraries
- Wonka modules aka Candies
- Production
- Project configuration
- Commands Reference
- API Reference