This repository was archived by the owner on Dec 1, 2020. It is now read-only.
This repository was archived by the owner on Dec 1, 2020. It is now read-only.
Dependency was not found ~entry in ./demo/main.js #33
Open
Description
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'