mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-14 17:34:22 +01:00
35 lines
1.4 KiB
Vue
35 lines
1.4 KiB
Vue
<template>
|
|
<Documentation title="Dashboard">
|
|
<p>
|
|
Are you tired of reinventing the wheel at the start of each project, and of spending too much time on how your bot will work?
|
|
</p>
|
|
<p>
|
|
The Discord Factory framework offers you a completely free development structure. You choose how you organize your application.
|
|
</p>
|
|
<p>
|
|
Creation, Structural, Behavioural or even Singleton, you can finally choose your own design pattern without being forced to modify the whole functioning of your project.
|
|
</p>
|
|
<h2>The framework highlights 3 essential aspects for a developer:</h2>
|
|
<h3>The framework highlights 3 essential aspects for a developer:</h3>
|
|
<h4>The framework highlights 3 essential aspects for a developer:</h4>
|
|
<h5>The framework highlights 3 essential aspects for a developer:</h5>
|
|
<h6>The framework highlights 3 essential aspects for a developer:</h6>
|
|
<ul>
|
|
<li>🧪 Mode flexibility, no limits. You are free to create your own architecture.</li>
|
|
<li>⚡ Factory includes "in memory" compilation to make the compilation of your application more efficient.</li>
|
|
<li>📦 Learn and create in a powerful development environment with the various tools Discord Factory offers.</li>
|
|
</ul>
|
|
<p>
|
|
It's now up to you!
|
|
</p>
|
|
</Documentation>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import Documentation from '../../../components/Documentation.vue'
|
|
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |