Skip to content

react + webpack + typescript 搭建自己的脚手架

License

Notifications You must be signed in to change notification settings

jiaicon/empty-scaffold

Repository files navigation

empty-scaffold

react + webpack + typescript 搭建自己的脚手架

|-- empty-scaffold
    |-- babel.config.js
    |-- directoryList.md
    |-- package-lock.json
    |-- package.json
    |-- postcss.config.js
    |-- tsconfig.json
    |-- dist
    |   |-- index.html
    |   |-- main.bundle.js
    |-- public
    |   |-- index.html
    |-- src
    |   |-- global.less
    |   |-- index.jsx
    |   |-- pages
    |       |-- Home
    |           |-- index.tsx
    |-- webpack
        |-- webpack.base.config.js
        |-- webpack.dev.config.js
        |-- webpack.prod.config.js

About

react + webpack + typescript 搭建自己的脚手架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published