Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sendya/webpack-base-html
基础的 webpack 打包使用例子 SCSS | ES6
https://github.com/sendya/webpack-base-html
scss webpack
Last synced: about 5 hours ago
JSON representation
基础的 webpack 打包使用例子 SCSS | ES6
- Host: GitHub
- URL: https://github.com/sendya/webpack-base-html
- Owner: sendya
- Created: 2018-05-28T09:15:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T09:16:20.000Z (over 6 years ago)
- Last Synced: 2024-05-03T00:23:05.088Z (7 months ago)
- Topics: scss, webpack
- Language: HTML
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template
> A simple webpack project
## Build Setup
``` bash
# install dependencies
npm install
# or
yarn# serve with hot reload at localhost:9000
npm run start
# or
yarn run start# build for production with minification
npm run build
# or
yarn run build
```