Skip to content

dcodegroup/dcode-ui-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing the FrontEnd Preset

To include the Front End files run the following command: php artisan ui dcode-preset-ui

This command will:

  • overwrite existing auth blades,
  • include admin layouts for user list and edit,
  • add a kitchen sink layout presenting all the components we use,
  • provide the sass settings to use the sass-lib package,
  • and import the standard vue components used for our projects.