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

Folders and files

NameName
Last commit message
Last commit date
Feb 4, 2022
Nov 7, 2021
Feb 4, 2022
Nov 7, 2021
Feb 4, 2022
Feb 1, 2022
Feb 4, 2022
Feb 4, 2022
Nov 7, 2021
Feb 4, 2022
Feb 4, 2022
Nov 7, 2021
Mar 6, 2022
Dec 12, 2021
Nov 7, 2021

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