This is simply another vue.js web application. I did this project to practice front-end rendering skills and try out a framework like vue.js.
First of all, install dependecies
$ npm install --include=dev
Launching for production
$ npm run build
$ npm start
Launching for developement
$ npm run dev
Run test cases
$ npm run test
The following users are available at application start-up for testing purposes
Username | Password |
---|---|
gianni | VuePosts12. |
carlo | VuePosts12. |
mark | VuePosts12. |
- Node.js 16.7.0
- Express
- Vite.js
- Vue.js
- Mocha and supertest for unit testing