Tuesday, November 8, 2022

How to install and initialize vue js?

INSTALLING VUE JS

  1. Using Scripts
    1. Development Scripts
    2. Production Scripts
  2. CLI
    1. npm
      1. npm install --global @vue/cli
    2. yarn
      1.  yarn global add @vue/cli
INITIALIZING A NEW PROJECT\



No comments:

Post a Comment

methods available in Dapper

  Dapper is a micro ORM library for .NET and .NET Core applications that allows you to execute SQL queries and map the results to objects. D...