Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start this project? #3

Open
cnscorpions opened this issue Nov 29, 2018 · 3 comments
Open

How to start this project? #3

cnscorpions opened this issue Nov 29, 2018 · 3 comments

Comments

@cnscorpions
Copy link

I have tried npm run build, vue serve, but never works.
Seems to config uncorrectly

@thoni56
Copy link

thoni56 commented Feb 26, 2019

Agreed, as a noob in this field I'd like at least a scripts section in the package.json. Please?

@jantaylor
Copy link

@cnscorpions @thoni56 in the project directory, use the cmd npx webpack then open index.html.
/~https://github.com/Microsoft/TypeScript-React-Conversion-Guide#typescript-react-conversion-guide

Or you can add:

// package.json
"scripts": {
  "build": "webpack"
},

Then call npm run build and then open the built index.html or yarn build if you use yarn.

@phoenixor
Copy link

i git clone the project to local, and run "npm i" to install the dependencies, but got wrong msg "can`t find vue module"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants