Go to file
2021-03-04 01:27:07 +01:00
public big dialog overhaul + async nextticks 2021-03-04 01:27:07 +01:00
src big dialog overhaul + async nextticks 2021-03-04 01:27:07 +01:00
src-electron big dialog overhaul + async nextticks 2021-03-04 01:27:07 +01:00
.editorconfig First commit 2021-01-30 14:43:13 +01:00
.eslintignore First commit 2021-01-30 14:43:13 +01:00
.eslintrc.js reworked hierarchical tree and keybinds 2021-02-22 23:30:18 +01:00
.gitignore First commit 2021-01-30 14:43:13 +01:00
.postcssrc.js First commit 2021-01-30 14:43:13 +01:00
babel.config.js First commit 2021-01-30 14:43:13 +01:00
changelog.md big dialog overhaul + async nextticks 2021-03-04 01:27:07 +01:00
package-lock.json 0.1.0 alpha release 2021-02-09 03:21:48 +01:00
package.json added tag support and further improved search 2021-03-03 02:10:05 +01:00
quasar.conf.js 0.1.0 alpha release 2021-02-09 03:21:48 +01:00
quasar.extensions.json First commit 2021-01-30 14:43:13 +01:00
README.md added ordering of document types, added basic document types, fixed a few bugs, added dynamic imports for document types 2021-01-31 02:46:23 +01:00
suggestionList.md reworked hierarchical tree and keybinds 2021-02-22 23:30:18 +01:00
tsconfig.json added tag support and further improved search 2021-03-03 02:10:05 +01:00

Fantasia archive (fantasiaarchive)

A database manager for world building

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm dev

Build the app for production

npm build
npm run lint

New object files go into

src\databaseManager\blueprints

Do not forget to add default export to the newly created files, the program will auto-load all files in the directory that way.

Document configuration details can be found in the following file

I_Blueprint.ts

Customize the configuration

See Configuring quasar.conf.js.