ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Vuejs + vuetify 설치
    자바스크립트[JavaScript]/Vuejs 2020. 9. 6. 01:30

    1.vue cli 설치

    install -g @vue/cli

    2.vue 설치 (필요한부분 설정하여 설치)

     vue create
     
     
    Please pick a preset: Manually select features
    Check the features needed for your project: Choose Vue version, Babel, TS, PWA, Router, Vuex, CSS Pre-processors, Linter
    Choose a version of Vue.js that you want to start the project with 2.x
    Use class-style component syntax? Yes
    Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)? Yes
    Use history mode for router? (Requires proper server setup for index fallback in production) Yes
    Pick a CSS pre-processor (PostCSS, Autoprefixer and CSS Modules are supported by default): Sass/SCSS (with node-sass)
    Pick a linter / formatter config: TSLint
    Pick additional lint features: Lint on save
    Where do you prefer placing config for Babel, ESLint, etc.? In package.json
    Save this as a preset for future projects? No

    3.vuetify 설치

    vue add vuetify

    댓글

Designed by Tistory.