Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
dashboard
Commits
9bd28b32
Commit
9bd28b32
authored
2 months ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
chore: update docs
parent
b1a3c885
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-8
4 additions, 8 deletions
README.md
with
4 additions
and
8 deletions
README.md
+
4
−
8
View file @
9bd28b32
...
...
@@ -177,8 +177,7 @@ to find out more about the core framework.
On top of Vue we use
[
vue-router
](
http://router.vuejs.org/
)
for in-app routing,
[
Tailwind CSS
](
https://tailwindcss.com/
)
for custom component styling,
and
[
Pinia
](
https://pinia.vuejs.org/
)
for state management (with the latter most likely
being subject to change in the future).
and
[
Pinia
](
https://pinia.vuejs.org/
)
for state management.
We use
[
Vite
](
https://vitejs.dev/
)
as build system and dev server with little
custom configuration (see
`vite.config.js`
).
...
...
@@ -188,13 +187,10 @@ custom configuration (see `vite.config.js`).
If you’re in need for components or UX patterns that you’ve seen on other sites
or seem generic to you, it’s always a good idea to look have a look at
[
VueUse
](
https://vueuse.org/
)
which comes with a lot of composables that are
handy in everyday UI development. Unstyled components are available from
[
headless ui
](
https://headlessui.com/
)
if you need a specific UI component but need
a custom design. For more generic ecosystem information you should visit
handy in everyday UI development.
For more generic ecosystem information you should visit
[
awesome-vue
](
https://github.com/vuejs/awesome-vue
)
and
[
awesome-vue-3
](
https://github.com/vuesomedev/awesome-vue-3
)
. If you add any new
dependencies make sure they don’t rely on any behaviours from Vue 2 as we are in
the process of migrating to a Vue 3-only setup.
[
awesome-vue-3
](
https://github.com/vuesomedev/awesome-vue-3
)
.
Run
`npm run format`
to automatically format your code or run
`npm run lint`
to check it for errors. ESLint emits some warnings for existing code.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment