fantasia-dev-setup

Set up Fantasia Archive environments with Node.js, Yarn, and Quasar Electron builds.

401|56|Updated Jan 30, 2021
One-click install
npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-dev-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fantasia-dev-setup
Source: https://github.com/vishiri/fantasia-archive/tree/main/.cursor/skills/fantasia-dev-setup
Command: npx skills add https://github.com/vishiri/fantasia-archive --skill fantasia-dev-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sets up and runs Fantasia Archive locally using Yarn, Node.js 22.22 or newer, and Quasar Electron mode. Use when installing dependencies, choosing dev vs production build commands, or when the user mentions environment setup, CLI, or first run.

Core Features & Use Cases

  • Environment management: ensures Node.js 22.22+ and Yarn 1.x are installed and aligned with package engines.
  • Dev & production runs: enables development with quasar dev -m electron and production builds via quasar build -m electron.
  • First-run guidance: helps with initial dependency installation and common setup pitfalls.

Quick Start

Install dependencies with yarn and start the development Electron workflow using quasar dev -m electron.

Frequently Asked Questions about fantasia-dev-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the Fantasia Archive development environment locally?

To set up the Fantasia Archive dev environment, install dependencies using Yarn and run the development Electron workflow with the Quasar CLI command quasar dev -m electron to start the local application.

What Node.js and Yarn versions are required for Fantasia Archive?

Fantasia Archive requires Node.js 22.22 or newer and Yarn 1.x to align with the package engines, ensuring the development environment runs without version mismatch errors.

How do I create a production build for Fantasia Archive using Quasar and Electron?

To create a production build for Fantasia Archive, run the command quasar build -m electron, which packages the application using the configured Quasar and Electron workflows.

Why does my Quasar Electron dev server fail on first run?

A failed Quasar Electron dev server on first run often stems from missing dependencies or incorrect Node.js versions, so ensure Yarn dependencies are fully installed and Node.js 22.22+ is active.

Can I use npm instead of Yarn for local development?

Yarn 1.x is required for Fantasia Archive development to match the package engines and manage dependencies correctly, ensuring the Quasar and Electron workflows build as expected.

Do I need the Quasar CLI installed globally to run Fantasia Archive?

Yes, the Quasar CLI is required to enable both development and production workflows for Fantasia Archive, allowing you to execute commands like quasar dev -m electron and quasar build -m electron.