분류 Nodejs

GoPablo- 정적 사이트 생성기.

컨텐츠 정보

  • 조회 342 (작성일 )

본문

최신 개발 워크 플로우, 통합 웹 서버, 자동 재로드, CSS 전 처리기 및 ES6를 갖춘 정적 사이트 생성기입니다.


https://gopablo.co 


https://github.com/luangjokaj/gopablo 


특징

?Includes
?Live Server
?Hot Reload & CSS Injection
Babel 7
?Express Server
?Code Minification
?Image Compression
?Templating & Partial HTML Injection
?PostCSS & Next Generation CSS
✂️Cache-Busting
?Distribution Files





// Step 1: Install GoPablo from NPM *
sudo npm i gopablo -g

// Step 2: Create a directory for the new website and from there
// run GoPablo to generate the file structure *
gopablo

// Write your website
npm run dev

// Generate distribution files
npm run prod

// Deploy
netlify deploy --prod

?

// * Step 1 and 2 are part of the installation process.