Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)