Static Assets

Static assets
You can inclue your static resources like CSS, JS, images just drop your static assets into assets
folder.
If you want to upload your static file into root project, you can drop your file in static
folder.
All files here are copied into dist/assets/
at build time.
Assets Folder Structure
- Organize CSS: assets/css/
- Images: assets/img/
- JS: assets/js/