GithubHelp home page GithubHelp logo

varit05 / chocomama Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 477 KB

Chocomama

Home Page: https://chocomama.netlify.com

JavaScript 53.02% HTML 1.97% Vue 42.75% CSS 2.27%
vuejs2 vue-router3 vue-shop javascript firebase firebase-realtime-database vuex

chocomama's Introduction

Hello! ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on VueJS & Angular
  • ๐ŸŒฑ Iโ€™m currently learning Go Lang and Python
  • ๐Ÿค” Iโ€™m looking for help with Open Source and CP
  • ๐Ÿ’ฌ Ask me about anything
  • โšก My hobby is Travelling & Badminton

chocomama's People

Contributors

varit05 avatar

Watchers

 avatar

chocomama's Issues

Project setup issues

After installing node_modules when I tried to run npm run dev it gave me an error 'No ESLint Configure'.

I tried to configure the ESLint from below steps, just to get it run
npm install eslint --save-dev
npx eslint --init -> there was an interactive configuration option it asked to configure the eslint. After my answers to it, it created .eslintrc.json file in the root with following content

{
    "env": {
        "browser": true,
        "commonjs": true,
        "es6": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
        "ecmaFeatures": {
            "jsx": true
        },
        "sourceType": "module"
    },
    "rules": {
        "indent": [
            "error",
            4
        ],
        "linebreak-style": [
            "error",
            "unix"
        ],
        "quotes": [
            "error",
            "double"
        ],
        "semi": [
            "error",
            "always"
        ]
    }
}

Now If I run npm run dev it returns me below error

 error  in ./src/route/routes.js

Syntax Error: Unexpected token (5:21)

  3 |     name: "dashboard",
  4 |     path: "/",
> 5 |     component: () => import("@/components/Dashboard.vue"),
    |                      ^
  6 |     isPublic: false,
  7 |     title: "Dashboard"
  8 |   },

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.