Documentation
Installation
Steps to follow for getting started with the template:
Vue
- Open terminal or CMD and go the root directory of the template
hope-ui_vue
- Install via the npm
npm install
- For development
npm run serve
- For build OR
npm run build
npm run lint