[#821,tutorial][m]: add export npm command to example-learn, add tutorial VI to /docs

This commit is contained in:
deme
2023-05-01 14:50:50 -03:00
parent cc43597130
commit 4aaabba229
2 changed files with 56 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"export": "npm run build && next export -o out"
},
"dependencies": {
"@flowershow/core": "^0.4.10",