Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.01 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.01 KB

vue3-blog-admin-console

A work-in-progress basic Vue3 application to view, edit and create new articles for a publication platform. Built with Vue.js, Tailwind CSS, and with a mocked GraphQL API using miragejs.

Vue3 Blog Admin Console Screenshot

Installation

Using npm:

npm install

or with yarn:

yarn

Compile and Hot-Reload for Development

Using npm:

npm run dev

or with yarn:

yarn dev

Run Unit Tests

Using npm:

npm run test:unit

or with yarn:

yarn test:unit

Roadmap

  • Implement viewing and editing existing articles.
  • Implement creating new articles.
  • Implement viewing and editing existing authors.
  • Implement creating new authors.
  • Implement searching for Articles and Authors via a universal search bar.

License

MIT