Vuely
  • Introduction
  • Folder Structure
  • Vuely VueJs
    • Different Layouts
      • Adding Menu In Different Layouts
    • Installation
    • Adding New Component
    • Translate The App(Multi Language Support)
    • Adding New Widgets
    • Themes
    • Style Customization
    • Build an App from Scratch
    • Seed Project
    • Deployment
    • UI Components
      • Buttons
      • Cards
      • Selection controls
      • Carousel
      • Chips
      • Date/Month Pickers
      • Dialog
      • Grid
      • Input / Text field
      • List
      • Menu
      • Progress
      • Banner
      • Select
      • Slider
      • Tabs
      • Toolbar
      • Timepicker
      • Forms
  • Vuely-Laravel
    • Folder Structure
    • Installation Vuely-Laravel
    • Customization
  • Vuely-Laravel with Api Authentication
    • Getting Started
    • Passport Authentication
    • Run Vuely-Laravel-Passport
  • Vuely ExpressJs
    • Folder Structure
    • Installation
    • Layouts
    • Style Customization
    • Deployment
    • Translate the App
    • Browsers Compatibilty
    • Credits
  • Vuely Angular Version
    • Folder Structure
    • Installation
    • Layouts
    • Adding/Deleting Menu & Component
    • RTL
    • Deployment
  • Credits
  • Template Update
  • FAQ's (Frequently Asked Questions)
  • Changelog
  • Customer Support
Powered by GitBook
On this page
  1. Vuely VueJs

Installation

PreviousAdding Menu In Different LayoutsNextAdding New Component

Last updated 6 years ago

Installation Prerequisites:

  1. Install Node.js and NPM : Download Node.js Recommended Version from the official website and install it on your system. NPM comes bundled with Node.js

  2. Install npm packages : Open terminal or command prompt, go to your project root directory and run following command, it will download all the dependencies under node_modules folder. Please wait for it to finish.

npm install

Running Development Server:

Run following command to run dev server, wait for it to finish and once it finishes access to run your app/project on browser. The app will automatically reload if you make any changes in any of the source file.

npm run serve

Production Building:

Run following command to build the project and wait for it to finish. The build will be stored in the dist/ directory.

npm run build

https://nodejs.org/en/download/
http://localhost:8080/