Documentation v8.2.4

Downloads Preview

Getting Started

  1. Start a command prompt window or terminal and change directory to [unpacked path]/vue/[demo].
  2. cd[unpacked path]/vue/[demo]
  3. Install the Vue local project dependencies by executing npm install or yarn command. This command will install the dependencies in the local node_modules folder these dependencies are listed in package.json.
  4. npm install
    # OR
    yarn
    Execute npm run dev or yarn dev command to launch the server which watches your files, and rebuilds the app as you make changes to those files. Open your browser on http://localhost:5173/.
    npm run dev
    # OR
    yarn dev
    This command will take some time to finish. Please wait for it to complete.
For more detailed information to install the Vue application, visit this official Vue documentation website.
Preview Get Help Buy Now