@rugo-vn/page
v1.0.8
Published
## Getting Started
Downloads
3
Readme
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 i
To live preview, run:
npm run dev
To build, run:
npm run build
Fundamentals
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