Wrap application in UApp and apply base UI styles Build responsive default layout with navigation and footer Implement staff login form with validation and toast notifications Restructure index page routing
9 lines
115 B
TypeScript
9 lines
115 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
colors: {
|
|
primary: 'amber',
|
|
neutral: 'stone'
|
|
}
|
|
}
|
|
})
|