All Projects → hejianxian → framework7-webpack-demo

hejianxian / framework7-webpack-demo

Licence: MIT license
🍄 A demo project for using Framework7 with Webpack3.0 via Babel!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to framework7-webpack-demo

Framework7 Upscroller Plugin
A little framework7 plugin to give users a button to scroll up
Stars: ✭ 31 (-60.76%)
Mutual labels:  framework7
Framework7 React
Build full featured iOS & Android apps using Framework7 & React
Stars: ✭ 130 (+64.56%)
Mutual labels:  framework7
XMRig-Proxy-Frontend
Simple Web app Frontend for XMRig-proxy
Stars: ✭ 27 (-65.82%)
Mutual labels:  framework7
Framework7 Plugin 3d Panels
Framework7 plugin to add 3d effect for side panels
Stars: ✭ 56 (-29.11%)
Mutual labels:  framework7
Dom7
Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API
Stars: ✭ 119 (+50.63%)
Mutual labels:  framework7
Cabloy
一款自带工作流引擎的Node.js全栈框架。A Node.js full-stack framework with workflow engine, based on koa + egg + vue + framework7
Stars: ✭ 220 (+178.48%)
Mutual labels:  framework7
Framework7 Vue
Deprecated! Build full featured iOS & Android apps using Framework7 & Vue
Stars: ✭ 682 (+763.29%)
Mutual labels:  framework7
framework7-appstore-react
iOS App Store UI
Stars: ✭ 78 (-1.27%)
Mutual labels:  framework7
Hackernews7
Framework7 Hackernews web app
Stars: ✭ 129 (+63.29%)
Mutual labels:  framework7
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-75.95%)
Mutual labels:  framework7
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (-3.8%)
Mutual labels:  framework7
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (+2.53%)
Mutual labels:  framework7
framework7-plugin-keypad
Keypad plugin extends Framework7 with additional custom keyboards
Stars: ✭ 72 (-8.86%)
Mutual labels:  framework7
Framework7.d.ts
OBSOLETE
Stars: ✭ 43 (-45.57%)
Mutual labels:  framework7
framework7-template-webpack
Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
Stars: ✭ 23 (-70.89%)
Mutual labels:  framework7
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+901.27%)
Mutual labels:  framework7
Framework7 Plugin Welcomescreen
A plugin for Framework7 that displays a swipeable welcome screen to guide the user through a tutorial
Stars: ✭ 147 (+86.08%)
Mutual labels:  framework7
framework7.angular2
Framework7 angular 2 integration
Stars: ✭ 14 (-82.28%)
Mutual labels:  framework7
phonegap-template-vue-f7-tabs
A TabBar PhoneGap template using Vue.js and Framework7
Stars: ✭ 31 (-60.76%)
Mutual labels:  framework7
framework7-template-react
Deprecated! Framework7 React starter app template with hot-reload & css extraction
Stars: ✭ 105 (+32.91%)
Mutual labels:  framework7

framework7-webpack-demo

A demo project for using Framework7 with Webpack3.0 via Babel!

Online Demo

Dependencies

Template

We have a base webpack-framework7 template, you can use WorkPlus-cli to get it.

[sudo] npm install -g workplus-cli

workplus start webpack-framework7 my-project

Download

git clone https://github.com/hejianxian/framework7-webpack-demo.git

cd framework7-webpack-demo

npm install

Or you can use Yarn.

Dev

npm run dev

If need proxy, you can use devserver-proxy to enable proxying.

Just like:

proxy: {
  "/api": "http://localhost:8081"
}

Some config setting, you can find in ./build/config.js:

module.exports = {
  dev: {
    host: 'localhost',
    port: 8080,
    proxy: {
      "/api": "http://localhost:3000"
    }
  }
}

Build

npm run build

LICENSE

MIT @Hejx

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].