Releases: hexancore/nx
Releases · hexancore/nx
0.4.0
0.3.0
Added
- added serve target to backend and frontend application generator.
- added
unplugin-vue-components
vite plugin - auto-importing vue components. - added automatic frontend application libs resolve(in dev mode library src code is used - hmr works perfect !).
- added better vite project configuration controlling options.
- added tsconfig.frontend.base.json used by frontend application and libraries.
Changed
- reworked preset workspace structure(moved more code to plugin and simplified generated per project).
- reworked vite build configuration.
- simplified example generated source code in frontend application and library.
Updated
- bumps deps(and Nx 19.2.2).
0.2.0
Added
added application generator.
added frontend library generator.
added basic docker-compose yaml with postgres and redis.
added storybook to frontend apps and libs.
added targetDefaults to nx.json
Changed
reworked preset workspace structure
Updated
bumps deps(and Nx 19.1.1).