Code Monkey home page Code Monkey logo

framework7-template-tabs's Introduction

⛔️ DEPRECATED

This repo is deprecated and not mainted any more. Use Framework7-CLI instead. Please, don't open new issues and don't send any PRs to this repository

Framework7 Tabs Starter App Template

Tabs (multiple views) Framework7 starter app template.

Usage

1. Download this repository

git clone https://github.com/framework7io/framework7-template-tabs my-app

Repository will be downloaded into my-app/ folder

2. Instal dependencies

Go to the downloaded repository folder and run:

npm install

This will download latest version of Framework7 (to /www/framework7/) and required icon fonts (to /www/fonts/)

3. Run the app

npm run serve

App will be opened in browser at http://localhost:8080/

Use with cordova

Just put the contents of www folder in your cordova's project root www folder

One command install

git clone https://github.com/framework7io/framework7-template-tabs my-app &&
cd my-app &&
npm install &&
npm run serve

Live Preview

https://framework7io.github.io/framework7-template-tabs/

framework7-template-tabs's People

Contributors

nolimits4web avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

framework7-template-tabs's Issues

"npm install" fails on Windows 10

"npm install" fails at postinstall step on my Windows 10 machine.
Please see console output below.

Note: I copied the files manually as a workaround.

npm version: 5.6.0
node version: v8.9.4

C:\Users\Leonid\Projects\template-tabs>npm install

> [email protected] postinstall C:\Users\Leonid\Projects\template-tabs
> npm run copy-f7

> [email protected] copy-f7 C:\Users\Leonid\Projects\template-tabs
> cpy 'node_modules/framework7/dist/js/.' www/framework7/js && cpy 'node_modules/framework7/dist/css/.' www/framework7/css && cpy 'node_modules/framework7-icons/fonts/.' www/fonts && cpy 'node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2}' www/fonts

Cannot glob `'node_modules/framework7/dist/js/.'`: Cannot copy from `C:\Users\Leonid\Projects\template-tabs'node_modules\framework7\dist\js*.'` to `C:\Users\Leonid\Projects\template-tabs\www\framework7\js*.'`: cannot stat path `C:\Users\Leonid\Projects\template-tabs'node_modules\framework7\dist\js*.'`: ENOENT: no such file or directory, stat 'C:\Users\Leonid\Projects\template-tabs'node_modules\framework7\dist\js*.''
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] copy-f7: `cpy 'node_modules/framework7/dist/js/.' www/framework7/js && cpy 'node_modules/framework7/dist/css/.' www/framework7/css && cpy 'node_modules/framework7-icons/fonts/.' www/fonts && cpy 'node_modules/material-design-icons/iconfont/*.{eot,ttf,woff,woff2}' www/fonts`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] copy-f7 script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Leonid\AppData\Roaming\npm-cache_logs\2018-01-07T06_17_28_908Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `npm run copy-f7`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Leonid\AppData\Roaming\npm-cache_logs\2018-01-07T06_17_28_976Z-debug.log

NPM install hanged on Windows 10

I suspect I am unable to complete npm install stage because it stuck trying to install IOS specific stuff. Since it cannot find them on Windows it just hangs forever.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.