Coscine UIv2
Routes
Currently available routes in Coscine (Vue Router):
-
./profile
for user profile -
./search
for global search -
./create-project
for project create -
./p/{slug}
for projects -
./p/{slug}/settings
for project settings -
./p/{slug}/members
for project members -
./p/{slug}/quota
for project quota -
./p/{slug}/create-resource
for resource create -
./p/{slug}/r/{guid}
for resources within a project -
./p/{slug}/r/{guid}/settings
for resource edit -
./admin
for admin page -
./login
for login page
Development
(For a specific branch, build such a URL: https://gitpod.io/#https://git.rwth-aachen.de/coscine/frontend/apps/ui/tree/{branch}
)
Commands
This project uses Yarn and Node.js to manage its dependencies.
Project setup
yarn install
Compiles and hot-reloads for development
yarn dev
Compiles and minifies for production
yarn build
Runs the minified production build
yarn preview
Lints files
yarn lint
Lints and fixes files
yarn lint:fix