Skip to content

A vue.js web application to practice with front-end rendering

License

Notifications You must be signed in to change notification settings

DaveDeDave/VuePosts

Repository files navigation

VuePosts

Introduction

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.

preview

Launching the application and run tests

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

Notes

The following users are available at application start-up for testing purposes

Username Password
gianni VuePosts12.
carlo VuePosts12.
mark VuePosts12.

What did i use?

nodejs expressjs vuejs3 mochajs

  • Node.js 16.7.0
  • Express
  • Vite.js
  • Vue.js
  • Mocha and supertest for unit testing