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.
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