Skip to content

A simple Single Page Application (SPA) built with Vue.js for managing posts, using JSON Server as a mock backend. Created as part of learning Vue.js and exploring its core features like components, routing, and state management.

Notifications You must be signed in to change notification settings

ISaak741/Vue-Post

Repository files navigation

VuePost

A simple SPA built with Vue.js to manage posts, using JSON Server as a mock backend. This project demonstrates Vue.js features like components, routing, and state management.

Setup

Clone the repository, navigate to the directory, create a db.json file, and start the project:

git clone https://github.com/ISaak741/Vue-Post.git
cd Vue-Post
echo '{ "posts": [] }' > db.json
npm install
npm run json-serve
npm run dev

About

A simple Single Page Application (SPA) built with Vue.js for managing posts, using JSON Server as a mock backend. Created as part of learning Vue.js and exploring its core features like components, routing, and state management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published