Skip to content

MPA blog demo with vite and vue 3

Notifications You must be signed in to change notification settings

ampmonteiro/vite-vue-mpa

Repository files navigation

Vite + Vue ( composition API and SFC ) => MPA

A Demo simple blog website, to show MPA (MultiPage App) with Vue ( composition API) and vite

images

home:

homepage

detail:

detail

How run locally

you need:

  • node >= 18.13

  • npm >= 8-19.3

  • just clone the project

  • install deps:

    npm i
  • run dev server :
    npm start

How to build the project

    npm run build

How to preview the project

    npm run preview