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
- Host: GitHub
- URL: https://github.com/qingniao99/ftl-vue-webpack
- Owner: qingniao99
- License: mit
- Created: 2017-04-27T06:17:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T03:26:43.000Z (about 8 years ago)
- Last Synced: 2025-12-25T22:34:36.726Z (6 months ago)
- Topics: ftl, ftl-vue-webpack
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).