https://github.com/574495412/framework7vue2webpack
https://github.com/574495412/framework7vue2webpack
framework7 vue2 webpack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/574495412/framework7vue2webpack
- Owner: 574495412
- License: mit
- Created: 2017-10-30T02:33:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T03:41:33.000Z (over 8 years ago)
- Last Synced: 2025-03-18T04:48:54.613Z (about 1 year ago)
- Topics: framework7, vue2, webpack
- Language: CSS
- Size: 6.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Framework7 Vue + Webpack Chat App Template
A full-featured Framework7 + Vue + Webpack setup with hot-reload & css extraction. Based on (https://github.com/574495412/Framework7Vue2Webpack.git)
## 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
```
## Project Structure
* `src/assets` - folder with static assets (images)
* `src/components` - folder with custom `.vue` components
* `src/css` - put custom app CSS styles here. Don't forget to import them in `main.js`
* `src/pages` - app `.vue` pages
* `src/main.js` - main app file where you include/import all required libs and init app
* `src/routes.js` - app routes
* `src/app.vue` - main app structure/component