Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add express-template-hot to starter template list #55

Merged
merged 1 commit into from
Jan 20, 2018

Conversation

nekdolan
Copy link
Contributor

Express template hot is a copy of express template which separates nuxt and the api server in development mode, but connects the two using a proxy attached to the nuxt server. This prevents file changes from breaking hot reloading of nuxt and the api server reloads faster via live reload as well because it does not need to compile nuxt. You may read more in the backpack readme about the issue.

Express template hot is a copy of express template which separates nuxt and the api server in development mode, but connects the two using a proxy attached to the nuxt server. This prevents file changes from breaking hot reloading of nuxt and the api server reloads faster via live reload as well because it does not need to compile nuxt. You may read more in the backpack readme about the issue.
@limichange limichange merged commit a070cc0 into nuxt:master Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants