文件名称:npm-react-component-starter:准备在npm上创建和发布React组件的示例项目
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-22 04:22:20
react npm webpack react-component npm-package
npm-react-component-starter 准备在上创建和发布React组件的示例项目 特征 使用Webpack进行构建 Sass准备就绪(sass-loader)。 只需从您的组件中import 'your/sass/files.scss' ES2016就绪(小型装载机)。 从组件(URL加载器)导入图像。 只需import myImage from 'my/image/dir/my_image.png' 如何使用 克隆git clone git@github.com:nmartinezb3/npm-react-component-starter.git : git clone git@github.com:nmartinezb3/npm-react-component-starter.git 更改软件包名称,作者以及package.json所有内容 安装所有依赖项:
【文件预览】:
npm-react-component-starter-master
----webpack.config.js(818B)
----src()
--------styles()
--------components()
--------index.js(80B)
----.babelrc(107B)
----build()
--------index.js(20KB)
----README.md(2KB)
----.gitignore(28B)
----package.json(1KB)