Skip to content

Add missing file to a basic SSR project structure #245

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add missing file to a basic SSR project structure
  • Loading branch information
visualfanatic authored Apr 28, 2019
commit 24a02bdda3a69d418f5d8f97c10bbece6e331007
1 change: 1 addition & 0 deletions docs/guide/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ src
│   └── Baz.vue
├── App.vue
├── app.js # universal entry
├── server.js # Express server
├── entry-client.js # runs in browser only
└── entry-server.js # runs on server only
```
Expand Down