Skip to content

Instantly share code, notes, and snippets.

@imskojs
Last active June 28, 2018 05:43
Show Gist options
  • Save imskojs/d77a3c71a66eaea079cd350d81780304 to your computer and use it in GitHub Desktop.
Save imskojs/d77a3c71a66eaea079cd350d81780304 to your computer and use it in GitHub Desktop.
Vue

Set up quasar with @vue-cli

npm install -g @vue/cli
vue create PROJECT_NAME

Vue CLI v3.0.0-rc.3 ? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, PWA, Router, Vuex, CSS Pre-processors, Linter, Unit, E2E
? Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Stylus
? Pick a linter / formatter config: Basic
? Pick additional lint features: Lint on save
? Pick a unit testing solution: Jest
? Pick a E2E testing solution: Cypress
? Where do you prefer placing config for Babel, PostCSS, ESLint, etc.? In dedicated config files
? Save this as a preset for future projects? No

vue add quasar

📦 Installing vue-cli-plugin-quasar...
? Select Quasar Theme: Material Design
? Allow Quasar to replace App.vue, About.vue, Home.vue and (if available) router.js? Yes
? Import all Quasar components, directives and plugins? Yes
? Use RTL support? No
? Choose Icon Set Material Icons
? Quasar i18n lang - one from https://github.com/quasarframework/quasar/tree/dev/i18n en-us
? Select features: Animations, IE11 support, Roboto font, Material Icons, Ionicons

All Quasar components, directives, and plugins are globally installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment