We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried npm run build, vue serve, but never works. Seems to config uncorrectly
The text was updated successfully, but these errors were encountered:
Agreed, as a noob in this field I'd like at least a scripts section in the package.json. Please?
scripts
package.json
Sorry, something went wrong.
@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
npx webpack
index.html
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.
npm run build
yarn build
i git clone the project to local, and run "npm i" to install the dependencies, but got wrong msg "can`t find vue module"
No branches or pull requests
I have tried npm run build, vue serve, but never works.
Seems to config uncorrectly
The text was updated successfully, but these errors were encountered: