1.0.8 • Published 3 years ago
@rugo-vn/page v1.0.8
Rugo Page
Getting Started
Create your own package.json file and add more information:
{
"type": "module",
"scripts": {
"dev": "rugopa",
"build": "rugopa --build"
},
"devDependencies": {
"vite": "^4.2.0",
"@rugo-vn/page": "@latest"
}
}To install dependency packages, run:
npm iTo live preview, run:
npm run devTo build, run:
npm run buildFundamentals
All .html files will be sent into Vite to build related assets to .rugopa/statics.
All ejs.html files will be sent into Vite to build related assets to .rugopa/statics, itself will be moved into .rugopa/views.
All .ejs files will be copied into .rugopa/views.
License
MIT