Skip to content

geektechdude/blog-vue-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Deployment Vitest

blog-vue-frontend

A Vue frontend for a blog. Uses GraphQL. Part of a project with the backend in Django (Python).

See GeekTechStuff Blog Post for more details.

front_end

The front_end directory contains the Vue frontend. Change into the front_end directory before running any of the below npm commands.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Testing

npm run test:unit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published