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