This project was generated with Vue-cli
- jest: Used for testing. read more here
- bootstrap-vue: Used for styling the app read more here
- firebase: Used for hosting of the demo app. read more here
1- Clone or download this project from the repository.
2- After cloning you need to install project dependencies depending on your packages manager by running npm install
Or yarn
.
Run npm start
or yarn start
for a dev server. Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
Run yarn build
to build the project. The build artifacts will be stored in the build/
directory. Use the --prod
flag for a production build.
Run npm run test:unit
or yarn test:unit
for unitestings...
yarn run lint
You will find a Demo or the working project here