This is just for education.
There is a simple example of Nette Framework with jQuery 3, bootstrap 4 and Naja. Naja is modern ES6-like library for Nette snippets ajaxification.
These assets are compiled and bundled together with Webpack.
- Nette 3.0+
- PHP 7.3+
git clone https://github.com/nette/examples.gitcd Webpack/cp app/config/config.local.neon.dist app/config/config.local.neoncomposer installnpm installnpm run devphp -S 0.0.0.0:8000 -t www
npm run build
- π Nette 3.0
- π Webpack configuration
- π extracting JS to single bundle
- π extracting CSS to single file
- π more bundles (front/admin/vendor)
- π Snippets
- π few snippets
- π Nette Form
- π AJAX submitting
- π form builder
- empty value on control (
@in email) - validation rules (filled + email)
- simple filter (transform email to lowercase)
- onValidate / onSubmit / onSuccess
- empty value on control (
- π manual rendering
- success snippet / error snippet
- required class on form-group
- description on control
- β pure sendPayload method
- β dynamic snippets ( + snippetArea )
- β Vue.js component


