Skip to content

Commit

Permalink
- remove all vue-2 references from Meteor
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Mar 20, 2024
1 parent 480936b commit 89434bb
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 365 deletions.
14 changes: 0 additions & 14 deletions docs/source/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,20 +285,6 @@ You can also use Vue 3 with Vite by using the [jorgenvatle:meteor-vite](https://
package. You can see an example on the [meteor-vite](https://github.com/JorgenVatle/meteor-vite/tree/release/examples/vue)
repository.


<h3 id="vue-2">--vue-2</h3>

The command `meteor create --vue-2 app-name` creates a Meteor app with [Vue 2](https://v2.vuejs.org/) and
[MongoDB](https://www.mongodb.com/). To create a complete app, including testing and deployment, follow the
[Vue 2 tutorial](https://vue-tutorial.meteor.com/).

Npm packages included: `@babel/runtime`, `meteor-node-stubs`, `vue`, `vue-meteor-tracker`.

Meteor packages included: `meteor-base`, `mobile-experience`, `mongo`, `reactive-var`, `standard-minifier-css`,
`standard-minifier-js`, `es5-shim`, `ecmascript`, `typescript`, `shell-server`, `tracker`, `static-html`, `akryum:vue-component`,
`meteortesting:mocha`, `johanbrook:publication-collector`.


<h2 id="meteorgenerate"> meteor generate </h2>

``meteor generate`` is a command for generating scaffolds for your current project. When ran without arguments, it will ask
Expand Down
3 changes: 0 additions & 3 deletions tools/cli/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ export const AVAILABLE_SKELETONS = [
DEFAULT_SKELETON,
"typescript",
"vue",
'vue-2',
"svelte",
"tailwind",
"chakra-ui",
Expand All @@ -623,7 +622,6 @@ const SKELETON_INFO = {
"react": "To create a basic React-based app",
"typescript": "To create an app using TypeScript and React",
"vue": "To create a basic Vue3-based app",
"vue-2": "To create a basic Vue2-based app",
"svelte": "To create a basic Svelte app",
"tailwind": "To create an app using React and Tailwind",
"chakra-ui": "To create an app Chakra UI and React",
Expand All @@ -644,7 +642,6 @@ main.registerCommand({
blaze: { type: Boolean },
react: { type: Boolean },
vue: { type: Boolean },
'vue-2': { type: Boolean },
typescript: { type: Boolean },
apollo: { type: Boolean },
svelte: { type: Boolean },
Expand Down
1 change: 0 additions & 1 deletion tools/cli/example-repositories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const EXAMPLE_REPOSITORIES = {
"vue-2": { "repo": "https://github.com/meteor/skel-vue-2" },
"vue": { "repo": "https://github.com/meteor/skel-vue" },
"react": { "repo": "https://github.com/meteor/skel-react" },
"full": { "repo": "https://github.com/meteor/skel-full" },
Expand Down
3 changes: 1 addition & 2 deletions tools/cli/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Options:

>>> create
Create a new project.
Usage: meteor create [--release <release>] [--bare|--minimal|--full|--react|--vue|--vue-2|--apollo|--svelte|--blaze|--tailwind|--chakra-ui|--solid] <path>
Usage: meteor create [--release <release>] [--bare|--minimal|--full|--react|--vue|--apollo|--svelte|--blaze|--tailwind|--chakra-ui|--solid] <path>
meteor create [--release <release>] --example <example_name> [<path>]
meteor create [--release <release>] --from <git_url> [<path>]
meteor create --list
Expand Down Expand Up @@ -188,7 +188,6 @@ Options:
--full Create a fully scaffolded app.
--react Create a basic react-based app, same as default.
--vue Create a basic vue3-based app.
--vue-2 Create a basic vue2-based app.
--apollo Create a basic apollo-based app.
--svelte Create a basic svelte-based app.
--typescript Create a basic Typescript React-based app.
Expand Down
4 changes: 0 additions & 4 deletions tools/static-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ Similar to `skel`, `skel-solid` is copied on `meteor create --solid` command.

Similar to `skel`, `skel-vue` is copied on `meteor create --vue` command.

## skel-vue-2 - Package Skeleton

Similar to `skel`, `skel-vue-2` is copied on `meteor create --vue-2` command.

## server - Bundled App's Bootstrap

The `server` folder is copied by Isobuild when the app is bundled (on
Expand Down
1 change: 0 additions & 1 deletion tools/static-assets/skel-vue-2/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion tools/static-assets/skel-vue-2/.meteor/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions tools/static-assets/skel-vue-2/.meteor/packages

This file was deleted.

2 changes: 0 additions & 2 deletions tools/static-assets/skel-vue-2/.meteor/platforms

This file was deleted.

8 changes: 0 additions & 8 deletions tools/static-assets/skel-vue-2/client/main.html

This file was deleted.

12 changes: 0 additions & 12 deletions tools/static-assets/skel-vue-2/client/main.js

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions tools/static-assets/skel-vue-2/imports/api/fixtures.js

This file was deleted.

16 changes: 0 additions & 16 deletions tools/static-assets/skel-vue-2/imports/api/methods/createLink.js

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions tools/static-assets/skel-vue-2/imports/ui/App.vue

This file was deleted.

27 changes: 0 additions & 27 deletions tools/static-assets/skel-vue-2/imports/ui/components/Hello.vue

This file was deleted.

59 changes: 0 additions & 59 deletions tools/static-assets/skel-vue-2/imports/ui/components/Info.vue

This file was deleted.

4 changes: 0 additions & 4 deletions tools/static-assets/skel-vue-2/imports/ui/plugins.js

This file was deleted.

0 comments on commit 89434bb

Please sign in to comment.