/Vue-Fundamental

🔰 Vue.js Fundamentals

Primary LanguageVue

simplinnovation

Vue Fundamentals

⭐ Getting Started

  • Install vue-cli package

    $ npm i -g @vue/cli
    
  • Initialize a vue project

    $ vue create projectName
    // choose default
    
  • Run a vue project

    $ cd projectName
    $ npm run serve
    
  • Check for errors

    $ npm run lint
    

⭐ This project setup

  • Clone this repo & install all dependencies

    $ git clone https://github.com/LintangWisesa/Vue-Fundamental.git
    $ npm install
    
  • Compiles and hot-reloads for development

    $ npm run serve
    
  • Compiles and minifies for production

    $ npm run build
    
  • Run your tests

    $ npm run test
    
  • Lints and fixes files

    $ npm run lint
    
  • Customize configuration

    See Configuration Reference.

Lintang Wisesa 💌 lintangwisesa@ymail.com

Facebook | Twitter | Google+ | Youtube | :octocat: GitHub | Hackster