Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
1e82cffb
Commit
1e82cffb
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
b00beca6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#110680
passed with stage
Stage:
in 1 minute and 25 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
README.md
+17
-40
17 additions, 40 deletions
README.md
with
18 additions
and
40 deletions
.gitignore
+
1
−
0
View file @
1e82cffb
...
@@ -8,3 +8,4 @@ node_modules
...
@@ -8,3 +8,4 @@ node_modules
.output
.output
.env
.env
dist
dist
*.code-workspace
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
17
−
40
View file @
1e82cffb
#
Docus
Starter
#
Content v2 Minimal
Starter
Starter template for
[
Docus
](
https://docus.dev
)
.
Look at the
[
Content documentation
](
https://content-v2.nuxtjs.org/
)
to learn more.
## Clone
Clone the repository (using
`nuxi`
):
```
bash
npx nuxi init
-t
themes/docus
```
## Setup
## Setup
I
nstall dependencies:
Make sure to i
nstall
the
dependencies:
```
bash
```
bash
# yarn
yarn
install
yarn
install
```
Using docker:
# npm
npm
install
```
bash
# pnpm
docker run
-v
"
$PWD
"
:/usr/src/app
-w
/usr/src/app
--user
1000:1000 node:19.5-bullseye-slim
npm
install
p
npm
install
```
```
## Development
## Development
Server
```
bash
Start the development server on http://localhost:3000
yarn dev
```
## Edge Side Rendering
Can be deployed to Vercel Functions, Netlify Functions, AWS, and most Node-compatible environments.
Look at all the available presets
[
here
](
https://v3.nuxtjs.org/guide/deploy/presets
)
.
```
bash
```
bash
yarn build
npm run dev
```
```
## Static Generation
## Production
Use the
`generate`
command to build your application.
The HTML files will be generated in the .output/public directory and ready to be deployed to any static compatible hosting.
Build the application for production:
```
bash
```
bash
yarn generate
npm run build
```
```
## Preview build
Locally preview production build:
You might want to preview the result of your build locally, to do so, run the following command:
```
bash
```
bash
yar
n preview
npm ru
n preview
```
```
---
Checkout the
[
deployment documentation
](
https://v3.nuxtjs.org/docs/deployment
)
for more information.
For a detailed explanation of how things work, check out
[
Docus
](
https://docus.dev
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
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