Skip to content

dt1/vue-ssr-attempt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my solution to using axios with vue server side rendering.

The documentation and various solutions online aren't particularly helpful, and since this seems to be a problem a lot of people are running into, I would like to offer up my own solution.

You can see my question and answer in StackOverflow

to run:

$ npm install
`$ npm run build-client && npm run build-server && npm run dev

If you don't want to use nodemon, run this:

npm run build-client && npm run build-server && node server.js

open on localhost:8080

You should see a page rendered with data, unstyled.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published