1. Home
  2. Docs
  3. Vuemin Admin Documentation
  4. Configuration

Configuration

Installation of Vuemin Template

Single Line Installation ( Yarn Install )

# install dependencies

yarnpkg install

or,

yarn install

# serve with hot reload at localhost:8080

yarn run dev

# build for production

yarn run build

Or,  

NPM Installation

 install dependencies

npm install

# serve with hot reload at localhost:8080

npm run dev

# build for production

npm run build

Was this article helpful to you? Yes No

How can we help?