# meteor-vue2-example **Repository Path**: freed/meteor-vue2-example ## Basic Information - **Project Name**: meteor-vue2-example - **Description**: Meteor & Vue 2.0 example - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # meteor-vue2-example Meteor & Vue 2.0 example To create a meteor + vue app: ``` meteor remove blaze-html-templates jquery meteor add static-html akryum:vue-component meteor npm i -S babel-runtime vue vue-meteor-tracker vue-router meteor update meteor update --all-packages meteor npm i meteor ``` Want some less in `.vue` files? ``` meteor add akryum:vue-less ``` Exists for sass, stylus, pug... App structure example: ``` src - client.js - index.html - server.js - imports - client - client.js - components - App.vue - server - server.js - publications.js - lib - collections.js - methods.js ``` ESLint? ``` meteor npm i -SD babel-eslint eslint eslint-config-standard eslint-plugin-html eslint-plugin-promise eslint-plugin-standard ```