Giter Site home page Giter Site logo

xpepermint / vue-example Goto Github PK

View Code? Open in Web Editor NEW
62.0 4.0 11.0 409 KB

Vue.js example application (server-side rendering, router, vuex store, form validation, i18n & l10n)

Home Page: https://xpepermint.gitbooks.io/vue-js-cheatsheet/

JavaScript 76.79% Vue 23.01% CSS 0.20%
vue rawmodel models schema form validation i18n l10n translation router

vue-example's Introduction

I am an open-source engineer, a full-stack developer with extensive experience in web and mobile, a blockchain engineer, lead author of the 0xcert Protocol, co-author of ERC-2477 standard, co-author of the reference implementation of the ERC-721 non-fungible token standard, CTO veteran, startup mentor, web designer, and musician. I started my career back in 1996, and worked on numerous exciting projects for domestic and foreign startups, corporations, and government institutions.

Open source is my passion. My focus is now mostly on the development of decentralized technologies and research in lower-level protocols.

vue-example's People

Contributors

mydnicq avatar xpepermint 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  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

vue-example's Issues

bug in running

hi,
the install seemed to work:

$ npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN [email protected] No repository field.

Ubuntu 14.

node v6.11.2

$ npm start

[email protected] start /home/ubuntu/workspace/vue-example
node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start

/home/ubuntu/workspace/vue-example/src/server/index.js:24
async listen () {
^^^^^^

SyntaxError: Unexpected identifier
at createScript (vm.js:56:10)
at Object.runInThisContext (vm.js:97:10)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at require (internal/module.js:20:19)
at Object. (/home/ubuntu/workspace/vue-example/src/index.js:1:80)
at Module._compile (module.js:570:32)

npm ERR! Linux 4.9.17-c9
npm ERR! argv "/home/ubuntu/.nvm/versions/node/v6.11.2/bin/node" "/home/ubuntu/.nvm/versions/node/v6.11.2/bin/npm" "start"
npm ERR! node v6.11.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the vue-example package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs vue-example
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls vue-example
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /home/ubuntu/workspace/vue-example/npm-debug.log

Failed at `npm start`

npm: v3.10.10
node: v5.4.0

Ran npm start after install all dependencies, error logged as:

> [email protected] start /Users/mac/vue-example
> node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start

/Users/mac/vue-example/scripts/start.js:1
(function (exports, require, module, __filename, __dirname) { const {Server} = require('..');
                                                                    ^

SyntaxError: Unexpected token {
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:374:25)
    at Object.Module._extensions..js (module.js:405:10)
    at Module.load (module.js:344:32)
    at Function.Module._load (module.js:301:12)
    at Function.Module.runMain (module.js:430:10)
    at startup (node.js:141:18)
    at node.js:1003:3

npm ERR! Darwin 16.1.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.4.0
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the vue-example package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node --harmony --icu-data-dir=node_modules/icu4c-data ./scripts/start
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs vue-example
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls vue-example
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/mac/vue-example/npm-debug.log

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.