Socket
Book a DemoInstallSign in
Socket

create-lucia-starter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-lucia-starter

> Note: You may not need this starter. Lucia can be integrated with just a script tag ([See CDN installation](https://lucia.js.org/docs/fundementals/installation/#cdn)). However, if you want a more comprehensive, module based solution, without super compl

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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.

Deploy to Netlify

Installation

npm init lucia-starter
# OR
npx lucia-starter

Project setup

Initialize packages

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Prettify and fixes files

npm run cleanup

Remove local cache and dev files

npm run reset

Lucia usage

See Documentaton

FAQs

Package last updated on 02 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts