0.0.2 • Published 5 years ago
create-lucia-starter v0.0.2
Lucia Starter
Note: You may not need this starter. Lucia can be integrated with just a script tag (See CDN installation). However, if you want a more comprehensive, module based solution, without super complex build processes, use this.
This starter is a project that is built with Parcel and uses Lucia on the frontend. Feel free to install any Parcel compatible npm packages and import them as script tags in your markup.
Installation
npm init lucia-starter
# OR
npx lucia-starterProject setup
Initialize packages
npm installCompiles and hot-reloads for development
npm run devCompiles and minifies for production
npm run buildPrettify and fixes files
npm run cleanupRemove local cache and dev files
npm run resetLucia usage
See Documentaton