1
0
Fork 0
freesewing/packages/create-freesewing-pattern/template
2019-04-19 08:36:00 +02:00
..
example init 2019-04-19 08:35:58 +02:00
src init 2019-04-19 08:35:58 +02:00
.babelrc init 2019-04-19 08:35:58 +02:00
.eslintrc init 2019-04-19 08:35:58 +02:00
.gitignore init 2019-04-19 08:35:58 +02:00
package.json add conf to remember preferred config 2019-04-19 08:36:00 +02:00
README.md add rollup-plugin-url to support importing images 2019-04-19 08:36:00 +02:00
rollup.config.js add rollup-plugin-url to support importing images 2019-04-19 08:36:00 +02:00

{{name}}

{{description}}

NPM JavaScript Style Guide

Install

npm install --save {{name}}

Usage

import React, { Component } from 'react'

import MyComponent from '{{name}}'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

{{license}} © {{author}}