This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
Dependency was not found ~entry in ./demo/main.js #33
Labels
Type: Question
Further information is requested
In demo/main.js there is
import App from '~entry'
.When starting the demo script, it produces an error dependency was not found.
Steps to reproduce:
Create a new project with vue-cli
vue create my-new-project
Add p11n
vue add p11n
and start the demo
yarn demo
Solution:
Change '~entry' to './Demo'
The text was updated successfully, but these errors were encountered: