Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgxhx/webpack-multipage-starter
A template based on webpack2 to build multi-page applications.
https://github.com/tgxhx/webpack-multipage-starter
Last synced: 11 days ago
JSON representation
A template based on webpack2 to build multi-page applications.
- Host: GitHub
- URL: https://github.com/tgxhx/webpack-multipage-starter
- Owner: tgxhx
- Created: 2017-09-07T06:55:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T07:45:28.000Z (over 7 years ago)
- Last Synced: 2024-11-07T08:34:56.795Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack multipage starter template
> The aim of this repository is to provide a template for developing multi-page applications, it was modified based on [vue-cli](https://github.com/vuejs/vue-cli).
## Features
- Multiple pages
- Compiles ES6 (with [Babel](https://babeljs.io/))
- Build with webpack2
- Hot-reload
- Support for [sass](http://sass-lang.com/)
- Support for environment-specific configuration files
- Using the [art-template](https://github.com/aui/art-template) template engine## Usage
```bash
#Download the files
git clone [email protected]:tgxhx/webpack-multipage-starter.git#Install the dependencies
npm i#Start for development
npm start # or
npm run dev#Build the dist version and copy static files
npm run build
```## License
[MIT](http://opensource.org/licenses/MIT)