Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
1. Contributing Repository
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
community features
1. Contributing Repository
Commits
2ec45892
Commit
2ec45892
authored
5 years ago
by
Marcel Nellesen
Browse files
Options
Downloads
Patches
Plain Diff
Included Checklist for Working on VueJs-Applications
parent
9dc86783
No related branches found
No related tags found
No related merge requests found
Pipeline
#240629
passed
5 years ago
Stage: docs
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/vuejs_applications
+13
-0
13 additions, 0 deletions
docs/vuejs_applications
with
13 additions
and
0 deletions
docs/vuejs_applications
0 → 100644
+
13
−
0
View file @
2ec45892
# While working on VueJs applications
When working with a VueJs application take a look at the following list and make the necessary changes to the application
1. Update the dependencies (use ncu module to check for the newest version)
2. Remove unused or unnecessary dependencies (use depcheck for an indication but check yourself since the indication are often wrong)
3. Check if the devdependencies are useful and used correctly
4. Check if there are utility functions that could be moved to the app-util
5. Check if there is code that can be replaced with functions fro the app-util
6. Remove the it-center bootstrap css files, these are included globally
7. Move the functions to the earliest possible event in the life cycle
8. Check if request to the api can be performed in parallel
9. Check for unused properties and data
\ No newline at end of file
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