Skip to content

DustinGDev/AIStoryWriterFrontend

Repository files navigation

aistoryfrontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Components

contentComponents/subContentComponents

TextView

A component which either takes in an text prop or child component text:

<TextView text="This text will be shown"/>
<TextView>This Text will be shown</TextView>
<TextView text="This text will be shown">This Text won't be shown</TextView>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published