https://github.com/lynzz/nw-vue-example
https://github.com/lynzz/nw-vue-example
element-ui nw nwjs-application postcss vue2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lynzz/nw-vue-example
- Owner: lynzz
- Created: 2017-03-24T03:43:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T09:32:55.000Z (about 9 years ago)
- Last Synced: 2025-06-12T15:53:47.196Z (about 1 year ago)
- Topics: element-ui, nw, nwjs-application, postcss, vue2
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nw-vue-example
> A NW app with vue.js
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
## 特性
* element-ui
* postcss-salad,postcss-cssnext
## 参考
* [nwjs-vue](https://github.com/bramblex/nwjs-vue)