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

https://github.com/qingniao99/ftl-vue-webpack

vue.js & webpack & freemarker for webapp
https://github.com/qingniao99/ftl-vue-webpack

ftl ftl-vue-webpack

Last synced: about 2 months ago
JSON representation

vue.js & webpack & freemarker for webapp

Awesome Lists containing this project

README

          

# ftl-vue-webpack

> A Vue.js multi-page && spa project which can support transform ftl and support mock-refresh automatically.

## if you want use simple pure html, look [here](https://github.com/jarvan4dev/vue-multi-page)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost which is no self-mock
npm run dev

# if you want to mock yourself,please fire follow after 'dev'
npm run dev-mock

# if you want to mock ftl,please fire follow after 'dev'
npm run ftl-mock

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```
finally,you can see package.json,and decide what you want.

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).