You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/upgrading.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@ It can also work the other way, copying bits of the old project across to a new
15
15
With `@skirtle/create-vue-lib`, you could also consider the following approach:
16
16
17
17
1. Ensure all files from your project are checked into git.
18
-
2. Run `@skirtle/create-vue-lib` in the same directory, so that it overwrites the existing configuration files.
18
+
2. Run `pnpm create @skirtle/vue-lib --extended` in the same directory, so that it overwrites the existing configuration files. Using the `--extended` flag is optional, but it'll give you the option to avoid creating the example components.
19
19
3. Use a diff tool, such as the one in your IDE, to compare the new files to those checked into git. You may need to revert a lot of the changes, but that's usually a relatively straightforward process.
0 commit comments