diff --git a/README.md b/README.md index 2b078f2..ebd106d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# View and edit Word document in Vue -View and edit Word document in Vue application without Microsoft Word or Office interop dependencies. +# View and edit Word document in Vue2 and Vue3 +View and edit Word document in Vue2 and Vue3 application without Microsoft Word or Office interop dependencies. diff --git a/.babelrc b/Vue2/.babelrc similarity index 100% rename from .babelrc rename to Vue2/.babelrc diff --git a/.editorconfig b/Vue2/.editorconfig similarity index 100% rename from .editorconfig rename to Vue2/.editorconfig diff --git a/.gitignore b/Vue2/.gitignore similarity index 100% rename from .gitignore rename to Vue2/.gitignore diff --git a/Vue2/README.md b/Vue2/README.md new file mode 100644 index 0000000..e39933d --- /dev/null +++ b/Vue2/README.md @@ -0,0 +1,2 @@ +# View and edit Word document in Vue2 +View and edit Word document in Vue2 application without Microsoft Word or Office interop dependencies. diff --git a/index.html b/Vue2/index.html similarity index 100% rename from index.html rename to Vue2/index.html diff --git a/package.json b/Vue2/package.json similarity index 100% rename from package.json rename to Vue2/package.json diff --git a/src/App.vue b/Vue2/src/App.vue similarity index 90% rename from src/App.vue rename to Vue2/src/App.vue index 2f59c51..80506bb 100644 --- a/src/App.vue +++ b/Vue2/src/App.vue @@ -1,14 +1,17 @@