Skip to content

A work-in-progress basic Vue3 application to view, edit and create new articles for a publication platform.

Notifications You must be signed in to change notification settings

Kieran-McIntyre/vue3-blog-admin-console

Repository files navigation

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

About

A work-in-progress basic Vue3 application to view, edit and create new articles for a publication platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages