Skip to content

aalug/blog_vue

Repository files navigation

Vue.js Blog app

It is a frontend for the blog_drf app built with the Django REST framework.

App is built with:

  • Vue 3
    • TypeScript
    • Composition API
  • Pinia
  • Vuetify

Getting started

  1. Rename .env.sample to .env and replace the values
  2. Run in the terminal yarn or npm install
  3. Then run: yarn dev or npm run dev
  4. Now, app should be running at http://localhost:3000/

Compiles and minifies for production

  • yarn build
  • npm run build

Customize configuration

See Configuration Reference.

Releases

No releases published

Packages

No packages published