A simple Vue.js template with Tailwind CSS. Includes basic auth module, as well as an API and token storage service. Includes basic views for auth login/signup and onboarding. Also has some commonly-used, generic components and a few helper functions that seem to be useful across projects.
Some sample screens are available under /samples
. More to come.
Note that .env.development
and .env.production
files are not git ignored. You may want to change this to prevent exposing sensitive information. As the names imply, .env.development
env variables will be loaded in the development environment, and those in .env.production
for production.
npm install
npm run serve
npm run build
npm run test
npm run lint