https://github.com/codex-team/webpack-build-config
https://github.com/codex-team/webpack-build-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codex-team/webpack-build-config
- Owner: codex-team
- License: mit
- Created: 2016-12-17T12:18:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T04:24:49.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T23:12:03.777Z (about 2 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpacked module skeleton
Easy to use way to create nice js-modules.
## Usage
### Write module
Download this repository and write module in `src` directory.
```
[src]
[css]
* your css files *
[js]
* your js files *
main.css
main.js
```Check out example files in `src`.
In file `main.js` you can connect files from js dir by `require` function.
In file `main.css` you can import css files by `@import`.
### Build module
Install node dependences.
```shell
npm i --save-dev
```Run webpack builder.
```shell
npm run build
```It will try to build package and rebuild it automatically until you press Ctrl+C.
## Authors
We are small team of Web-developing fans consisting of IFMO students and graduates located in St. Petersburg, Russia.
Fell free to give us a feedback on [email protected]https://ifmo.su
### Follow us!
VK: https://vk.com/codex_team
Telegram: https://t.me/codex_team
Instagram: https://www.instagram.com/codex_team