395 Commits

Author SHA1 Message Date
Victor Savkin
c4ebef2803 feat(react): add a preset to generate a workspace with a single app at the root 2022-11-12 17:17:58 -05:00
Colum Ferry
f08a3c3c44
feat(react): add skipRemotes option to module-federation-dev-server (#13090) 2022-11-09 19:07:19 +00:00
Dan Roujinsky
0432279fc4
fix(react): add missing skipPackageJson flag to application generator schema (#13076) 2022-11-09 12:45:43 -05:00
Katerina Skroumpelou
c842535fa1
feat(bundling): vite init generator (#13062) 2022-11-09 09:48:32 -05:00
Colum Ferry
5bace1e6bb
feat(angular): add skipRemotes option to module-federation-dev-server (#13086) 2022-11-09 14:29:00 +00:00
Colum Ferry
40a2d655c2
feat(devkit): extract more common module federation logic (#13066) 2022-11-09 09:37:14 +00:00
Colum Ferry
7c3fab064c
feat(angular): use share helpers from devkit (#13054) 2022-11-08 14:22:54 +00:00
Colum Ferry
1ab96b2f0b Revert "feat(module-federation): add module federation package (#12961)"
This reverts commit 377e3bd605f99e3843160b1577efca0ec01313b3.
2022-11-08 12:43:34 +00:00
Katerina Skroumpelou
aef708a22e
docs(storybook): point to targets doc from compodoc (#13024) 2022-11-07 12:04:28 +02:00
adam tombleson
dc126ba8e5
docs(storybook): update project param for react:stories (#12804) 2022-11-04 14:22:26 +00:00
Colum Ferry
377e3bd605
feat(module-federation): add module federation package (#12961) 2022-11-04 09:33:46 +00:00
Isaac Mann
702350d48a
docs(core): update caching and dte guides 2022-11-03 14:39:47 -04:00
Jack Hsu
8edcdac5eb
feat(bundling): add initial vite plugin (#12969) 2022-11-03 19:19:29 +02:00
Colum Ferry
4a4a149bce
feat(react): add skipPackageJson flag (#12919) 2022-11-02 14:20:56 -04:00
Victor Savkin
90387415e6 feat(misc): alias connect-to-nx-cloud to connect 2022-11-02 13:40:12 -04:00
Caleb Ukle
3f9909a5fe
fix(web): add option to override outputPath for file-server (#12941) 2022-11-02 16:49:04 +00:00
Jason Jean
5df5339cb6
fix(core): fix missing options from some nx commands (#12944) 2022-11-02 16:17:36 +00:00
Miroslav Jonaš
7f7538bb04
docs(linter): add example for workspace-rule generator (#12938) 2022-11-02 16:35:52 +01:00
Miroslav Jonaš
bf45ae52c8
docs(linter): add executor examples (#12906) 2022-11-02 11:51:16 +01:00
Jason Jean
145dda709b
feat(core): properly passthrough flags unparsed to executors (#12890) 2022-11-01 15:05:30 -04:00
Colum Ferry
a5d031482f
feat(angular): add webpack-server builder with support for custom webpack config (#12917) 2022-11-01 16:07:41 +00:00
Miroslav Jonaš
3c65b02c1b
docs(core): fix run-commands example to point to project.json (#12907) 2022-10-31 14:00:44 +00:00
Bastien Sun
28620cbf04
docs(node): fix minor typo in library creation command example (#12896) 2022-10-31 09:29:59 -04:00
Jack Hsu
58b51964ea
feat(bundling): add support only bundling in workspace libs, not npm packages (#12852) 2022-10-31 09:05:47 -04:00
Jason Jean
17993dbd19
docs(misc): fix cli examples documentation (#12891) 2022-10-29 03:28:57 +00:00
Miroslav Jonaš
a6d7e220e3
cleanup(linter): remove deprecated lint executor (#12889) 2022-10-28 23:09:35 +00:00
Craigory Coppola
35dd6c95bc
fix(misc): remove -d as alias in generator schema (#12885) 2022-10-28 21:17:16 +00:00
Benjamin Cabanes
ea40631999
docs(core): update format docs generation (#12880) 2022-10-28 10:54:05 -04:00
Caleb Ukle
9096d41f05
fix(testing): cypress 10 migration supports more configuration setups (#12036) 2022-10-27 18:03:46 -04:00
Brion Mario
36783eacf0
docs(linter): fix typo in eslint-plugin doc (#12788) 2022-10-25 13:08:09 -04:00
Emily Xiong
386479f7a1
feat(expo): depcrecate expo-cli and use @expo/cli instead (#12799) 2022-10-25 11:37:12 -04:00
Benjamin Cabanes
b339aab318
chore(js): set init generator to hidden (#12794) 2022-10-24 20:00:49 +00:00
Leosvel Pérez Espinosa
32635992e1
docs(angular): recommend using the latest version of nx for the latest version of angular (#12731) 2022-10-21 10:27:23 -07:00
Caleb Ukle
b20c309466
docs(testing): add docs for cypress ct in angular and react packages (#12629)
* docs(react): add cypress component testing example files

* docs(angular): add cypress component test example files
2022-10-19 19:09:35 +00:00
Jack Hsu
1f6974f0d6
feat(nextjs): add pascal case options for Next.js component generators (#12690) 2022-10-18 18:09:56 +00:00
Leosvel Pérez Espinosa
cd3578fe4d
docs(nextjs): fix application and component generators example filenames (#12656) 2022-10-18 09:51:21 +01:00
Jack Hsu
204c5cb5d8
docs(nextjs): add examples to generators (#12638) 2022-10-15 12:45:59 +00:00
Zachary DeRose
1298a0f6db
docs(core): node and react tutorial rework (#12498)
* docs(react): update react tutorial text

* docs(react): fixes to computation cache lesson

* docs(react): reworking react tutorial

* docs(react): fixing broken links in tutorial

* docs(react): fixing broken more links in tutorial

* docs(react): fixing last broken link in tutorial

* docs(react): really fixing last broken link in tutorial

* fixing images in preview

* docs(react): cleaning up text and formatting issues

* docs(react): more fixes and cleanup

* docs(react): more fixes

* docs(react): fixing nx console broken links

* docs(react): adjusting ending summary cards

* docs(react): more typo fixes

* docs(react): incorporating victor and isaac's feedback

* docs(react): fixing broken link

* docs(react): a self-round of typo and formatting fixes

* docs(react): another round of formatting fixes

* docs(react): another small change

* docs(react): another typo fix

* docs(react): more typo fixed noticed working with node tutorial

* docs(react): making h1's consistent

* docs(react): fixing tab title for part 1

* docs(react): fixing the title

* docs(react): escaping colon in title

* docs(node): copying react tutorials as starting point

* docs(node): fixing map.json and links to other lessons

* docs(node): updating the copy-pasted react tutorial for the node example

* docs(node): more fixes after self-review

* docs(node): fixing another typo

* docs(node): Making h1's consistent

* docs(node): fixing tab title in step 1

* docs(node): fixing the title

* docs(node): escaping colon in title

* docs(core): nx graph => project graph

* docs(core): fixing titles

* docs(core): further shortening the text

* docs(core): formatting fixes

* docs(core): responding to victor comments

* docs(core): switching to new terminal code blocks

* docs(core): light and dark mode friendly images
2022-10-14 10:12:05 -07:00
Isaac Mann
09283fb37d
docs(nxdev): fix run-commands link (#12609) 2022-10-14 12:49:40 -04:00
Chau Tran
bee29dd505
docs(js): executors examples (#12565)
Co-authored-by: Chau Tran <chautran@10.0.0.9>
2022-10-14 11:50:55 +00:00
Benjamin Cabanes
1e5297edfc
docs(core): use shell code blocks (#12587) 2022-10-13 21:25:40 +00:00
Benjamin Cabanes
d2021bea17
docs(core): reformat doc with better code fences (#12585) 2022-10-13 20:26:39 +00:00
Benjamin Cabanes
db7951ffac
docs(core): reformat doc with better code fences (#12584) 2022-10-13 16:20:04 -04:00
Juri
909ffcccbb docs(core): fix angular migration link 2022-10-13 20:43:04 +02:00
Chau Tran
6b6995a81e
docs(js): library generator examples (#12568)
Co-authored-by: Chau Tran <chautran@10.0.0.9>
2022-10-13 22:50:19 +07:00
Benjamin Cabanes
04d9d9813c
docs(nxdev): add proper recipes section (#12557) 2022-10-13 09:18:08 -04:00
Colum Ferry
c2fa6ae228
feat(angular): add flat for standalone library #12420 (#12566) 2022-10-13 13:39:39 +01:00
Colum Ferry
09e9110c80
feat(angular): add setup-ssr generator (#12233)
* feat(angular): add setup-ssr generator

* feat(angular): add template literals

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-10-13 13:34:43 +01:00
Craigory Coppola
8ab7f85ca1
fix(core): swap default method for output capture (#12535) 2022-10-12 22:06:32 +00:00
Jason Jean
bc53592ad6
Revert "feat(node): remove library generator in favor of @nrwl/js:library (#12550)" (#12560)
This reverts commit e74a54d13973b7a2ad5e5fb311d975ecd174705c.
2022-10-12 17:30:11 -04:00