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
  • Node.js
  • Angular Cli
  • Install Npm Packages
  1. Vuely Angular Version

Installation

There are set of libraries that you need to setup your project.

PreviousFolder StructureNextLayouts

Last updated 6 years ago

Node.js

Download Node.js from and install on your system. NPM comes bundled with Node.js.

Angular Cli

Install angular-cli by executing following command on your terminal or command prompt

npm install -g @angular/cli

For more details visit:

Install Npm Packages

In terminal go to your project root directory and run the following command. It will download all the dependencies under node_modules folder.

npm install

After completing the installation of the npm packages, run the following command:

npm start
ng serve --port 4401   

You can check your app at default local server port, which is . You can also change your local server port with the following command:

http://localhost:4200/
official website
Download | Node.jsNode.js
GitHub - angular/angular-cli: CLI tool for AngularGitHub
Logo
Logo