doggo
1.0.0
一個名叫Birch的狗的數字簡歷。
npm i
要安裝依賴項npm run build
以創建位於build
文件夾”中的開發就緒構建npm run start
啟動開發服務器並註意build
文件夾中的更改npm run deploy
以創建位於dist
文件夾中的生產Ready Build ├── src
│ ├── index.html # Static HTML file
│ ├── img/ # Contains all images used on the website
│ ├── js/ # Contains all Javascript/Component files to be compiled
│ │ └──scripts.js # Javascript entry point (ES6 compatible via Babel)
│ └── scss/ # Contains all styling to be compiled
│ └──style.scss # Sass entry point
|
└── build # Generated build folder created via npm run build
└── dist # Generated dist folder created via npm run deploy