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