Project structure
Folder / File name | Description |
---|---|
Finder / ( job , ** ) | Folder contains all template source and production files. |
job / assets | Folder contains fonts , img , json , scss in assets . |
job / components | All Application Components. |
job / layouts | This folder contains all main layout files. |
job / pages | This folder contains all .vue file. |
job / plugins | This folder contains all plugins file. |
job / public | Favicons or publicaly accessible files. |
job / server | Server related file. |
job / app.vue | This is app file. |
job / nuxt.config.ts | Main file for Nuxt configuration . |
job / package.json | In This file all packages. |
job / tsconfig.json | In This file tsconfig.json. |
Note: If you do not use Pro Front-End setup with Nuxt.js and Node.js and want directly edit .Vue / Scss / ts files you should be looking into root folder.
Whether you work with Node.js and Nuxt.js or not you can still take advantage of pre-processors for Nuxt.
In this case you might want to learn how to use Nuxt and Sass.