src
├── assets -- static assets
├── components -- common components
├── lang -- language
├── services -- http services
├── types -- data types
├── utils -- common methods
└── views -- pages| Tech | Detail |
|---|---|
| vue.js | Web application framework |
・Login with loginId and password.
・Show profile and recognize activities in home page.
・Create recognitions.
・Group timeline by create date.
・Show recognized data in My recognition page.
npm install
npm run dev