Serve & Build(Vue Version)

Documentation of development server and build process

Installation

Dexam-vue uses VueCli for development And NPM To serve and build process

  • 1. Make sure NodeJs installed on your computer.
  • 2. Make sure NPM installed on your computer.
  • 3. Open terminal and navigate to root /Dexam-Vue directory and run npm install to install dependencies.

Development server

Run npm run serve to start local development server. Open http://localhost:8080/ in browser.

Build

Run npm run build to build your project. All files including compiled & minified css, js files will be stored in /dist directory.

Serve & Build (HTML Version)

Documentation of development server and build process

Installation

Dexam-html uses Gulp&NMP for development and build process

  • 1. Make sure NodeJs installed on your computer.
  • 2. Make sure NPM installed on your computer.
  • 3. Make sure you have gulp installed on your computer.

    Install gulp: Open terminal and run npm install -g gulp

  • 4. Open terminal and navigate to root /dexam-html directory and run npm install to install dependencies.

Development server

Run gulp to start local development server. Open http://localhost:3000/ in browser.

Build

Run gulp build to build your project. All files including compiled & minified css, js files will be stored in /dist directory.