Skip to content

npkumar/vue-profile

Repository files navigation

revengers

A Simple profile page

Usage

Default View Error Handling Gravatar and strength meter

Run Tests

# install dependencies
npm install
# run tests
npm test

Run Development Server

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

Build Setup

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test