Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Archi Front
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
FIL-A3-2024
UE-Proj
Archi Front
Commits
321f3eb0
Commit
321f3eb0
authored
2 months ago
by
YAKOUBOV Anas
Browse files
Options
Downloads
Patches
Plain Diff
Update file README.md
parent
48879a26
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-53
19 additions, 53 deletions
README.md
with
19 additions
and
53 deletions
README.md
+
19
−
53
View file @
321f3eb0
#
Nuxt Minimal Starter
#
Archi Front
Look at the
[
Nuxt documentation
](
https://nuxt.com/docs/getting-started/introduction
)
to learn more
.
Front-end part for the Archi project
.
##
Setup
##
Installation
Make sure to install dependencies:
First, download this repository and unzip it to the folder of your choice.
```
bash
# npm
npm
install
If you have Git client, you can also use the following command:
# pnpm
pnpm
install
# yarn
yarn
install
# bun
bun
install
```
bash
git clone https://gitlab.imt-atlantique.fr/FIL-A3-2024/ue-proj/archi-front.git
```
## Development Server
You will have to download Node
[
here
](
https://nodejs.org/en/download
)
and install it on your computer.
## Setup
Start the development server on
`http://localhost:3000`
:
Make sure to install dependencies. Open the console (cmd) in the directory and type
:
```
bash
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
npm
install
```
##
Production
##
Development Server
Build the application for production
:
Start the development server on
`http://localhost:3000`
. Open the console (cmd) in the directory and type
:
```
bash
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
npm run dev
```
Locally preview production build:
```
bash
# npm
npm run preview
# pnpm
pnpm preview
## Authors
# yarn
yarn preview
Renaud Birk and Anas Yakoubov
# bun
bun run preview
```
## License
Check out the
[
deployment documentation
](
https://nuxt.com/docs/getting-started/deployment
)
for more information
.
This project is licensed under GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
.
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