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.
Launching the application
For production
$ npm install --include=dev
$ npm run build
$ npm start
For developement
$ npm install --include=dev
$ npm run dev
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?
- Node.js 16.7.0
- Express
- Vite.js
- Vue.js