-
Notifications
You must be signed in to change notification settings - Fork 337
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
Application structure ? #50
Comments
Hi @Trekels @pablohpsilva I think we can continue here, okay? |
@welintonti Thanks for linking to the issue I totally missed it, will got through it and add a pull request. |
Personally, my application structure is the same as the one given by vue-cli webpack. I just added few folders to make it better to my usage: /src (Default) |
A section showing best practice application structure. I'll setup a pull request if you think its a good idea π
.
| ββ build/ # exported app files
| |--- ...
| -- src/
| | -- app.js # app entry file
| |-- components/ # Vue components
| β | ---- ...
| | --- assets/ # module assets (processed by webpack)
| | --- ...
| -- index.html # index.html template
--- package.json # build scripts and dependencies
The text was updated successfully, but these errors were encountered: