我的作品集
构建设置
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
有关工作原理的详细说明,请查看 。
Dhairya Ostwal的图片组合
使用说明
1. Clone the repository using git clone **https://github.com/dhairyaostwal/portfolio-website.git** or download zip file
2. Open index.html
3. You can also explore live at http://dhairyaostwal.netlify.app/
离开之前 :pleading_face:
高性能Web开发类React.js开发样板
可以使用以下工具:
React
Webpack 捆绑分析仪
笑话
巴别塔
ESLint
更漂亮
沙哑
剧本
通过热重载运行Development Server
npm run dev:hot
无需热重载即可运行Development Server
npm run dev
运行故事书
npm run storybook
建立项目
npm run build
用Jest运行单元测试
npm run test
用漂亮的格式
npm run forma
盖茨比极简启动器
:rocket: 快速开始
创建一个Gatsby网站。
使用Gatsby CLI创建一个新站点,并指定最小的启动器。
# create a new Gatsby site using the minimal starter
npm init gatsby
开始开发。
导航到新站点的目录并启动。
cd my-gatsby-site/
npm run develop
打开代码并开始定制!
您的站点现在在!
编辑src/pages/index.js以实时查看您的网站
Damien Smagghe的图片组合
一个Vue.js项目
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run bui