Skip to content

Simplified-Mind/Duck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Duck aims to become a production-ready full stack solution for python developer. It is built on top of

Frontend Configuration

Settings

Mutable/Reactive

  • frontend/src/settings.js
    • Configurations vary depending on the state

Immutable/Environment

Same configurations will be applied to all states.

  • frontend/.env.development
  • frontend/.env.production
  • frontend/.env.staging

Static

  • login background image
    • bg.jpeg
      • frontend/src/views/login/index.vue
  • favorite icon
    • favicon.ico
      • frontend/public/index.html
  • logo
    • logo.svg
      • frontend/src/views/login/index.vue
      • frontend/src/layout/components/Sidebar/Logo.vue

Icon

  1. Download icon as svg
  2. Place svg to frontend/src/icons
<svg-icon icon-class="logout" />

Internationalization

  1. vue-injected-methods
  2. Key-value pairs are stored in the frontend/src/lang

License

MIT Copyright (c) 2021-present Hong Ji

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors