Methodology
Sample
The Sample directory contains the simplest complete application.
The sample directory in the stapleton-project repo was created using the command:
npm create nuxt@latest sample
- The npm package manager was chosen for simplicity.
- Almost all of the recommended modules were selected except for support for third party scripts.
The intention is to implement a generic app with the various features implemented as nuxt layers so that we can incorporate those into other real product codelines easily.
The sample has solutions for
- Authentication
- Database
- Themeing